Trying to set a value back to the WEM Edit page using the render.jsp on a custom widget and all works fine unless unicode character is present.
vExt.getCmp(ciEditor.widgets["MYCTD"].fieldId).setValue("Registered® products");
However, it then shows up on the page as "Registered® products" or "Registered� products"
Where do I set the encoding or content-type for this to work properly?