Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Alex, How to display UTF8 (chinese) in WAP?

Quote Reply
Alex, How to display UTF8 (chinese) in WAP?
I am hacking the DBman SQL 2.0 b2 to add WAP support. But find a problem, could anyone help? Alex?

all my data in DB is Chines (Big5 or GB2312). for best compatibility, all chinese should display in such format (UTF8?):
<p>&#x65B0;&#x6D6A;&#x6B22;&#x8FCE;&#x60A8;<br/>

I found a thread by Alex in this forum to transform Chinese to UTF8 using Unicode::MapUTF8. But how it transform further to the format such as >&#x65B0;

Than you very much!