Escaped Unicode characters in XML?
#1
Question 
Hi,

I'm trying to use escaped unicode characters e.g. for button labels and can't get it to work… hope someone has an idea why this won't work or at least how to make it work Smile

So far I tried:
Code:
<label>\u600</label>
Code:
<label><![CDATA[&#u600]]></label>

Cheers,
Cassiel
Reply
#2
Is this what you're after?

This -

Code:
& # 1 5 3 6 ;

without the spaces becomes this -

Code:
؀

UTF-8 encoding table and Unicode characters
Reply
#3
Stupid me… of course I had to convert hex to dec and that's what I forgot to do… thanks mate Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Escaped Unicode characters in XML?0