add turkish characters xml ?
add turkish characters xml ?
Out of context: Reply #1
- Started
- Last post
- 5 Responses
- Autokern0
All you need is to wrap your stuff into CDATA tags:
<?xml version="1.0" encoding="utf-8"?>
<text><![CDATA[Whichever stuff you want here, all the unicode chars like öçşiğüÖÇŞİĞÜIı]]></text>And the headache is gone.
from now on, just wrap anything that has strange characters (even the urls) into cdata- and remind to embed the Turskish subset on the text field in flashAutokern