First I edit the MPage encoding
. Then I add some mobile components on design view.
I populate their caption/list properties
with text including Turkish characters
.
However in the template view HTML5 Builder
does not show these characters correctly.
Is there a way to achieve this? Or is it not supported?
The steps for UTF-8 support are described in the UTF-8 Setup page in the documentation:
If your system uses a Turkish locale, it should work. On Windows 7: Start → Control Panel → Change Display Language → Administrative (tab) → Language for non-Unicode programs
If with everything, the template preview still shows the worng characters, make sure you have the following code in your template, in the <head></head>:
<meta charset='utf-8'>