Ambiera Forum

Discussions, Help and Support.

Ambiera Forum > irrXML
Unicode chars

nqt999
Registered User
Quote
2009-03-10 07:59:40

Here is my xml:


<?xml version="1.0" encoding="UTF-8" ?>
<Message>
Some unicode chars: É,&273;,&7897;,&432;,...
</Message>


stringw s1 = L"Some unicode chars: É,&273;,&7897;,&432;,..."; //OK
stringw s2 = xml->getNodeData(); //weird chars

So how to load unicode xml?
Thanks.
---------------------------------
Sorry for my English.


niko
Moderator
Quote
2009-03-11 08:53:58

There is currently no support for this, sorry.


t0rt0r0
Guest
Quote
2009-05-31 14:40:42

Hi, i needed chars like 'é' 'à' to work with, this is how i obtained it :

myStringw.replace('é', 233) ; (233 is unicode value for 'é')
myStringw.replace('è', 232) ;
etc...

Hope i helped you ;-)
and sorry for bad english ^^


t0rt0r0
Guest
Quote
2009-05-31 14:41:46

And of course in the xml file put 'é' 'à' etc...

bye ;)


Create reply:


Posted by: (you are not logged in)


Enter the missing letter in: "Intern?tional" (you are not logged in)


Text:

 

  

Possible Codes


Feature Code
Link [url] www.example.com [/url]
Bold [b]bold text[/b]
Image [img]http://www.example.com/image.jpg[/img]
Quote [quote]quoted text[/quote]
Code [code]source code[/code]

Emoticons


   






Copyright© Ambiera e.U. all rights reserved.
Privacy Policy | Terms and Conditions | Imprint | Contact