Converting strings from XML web service
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am using VC++ 6.0 to access a webservice. The returned XML data contains strings with french characters (éèà...). I use a CString to store these strings then add the strings to a list control. The problem is that those characters do not display correctly. For example the word 'Marché' displays as 'Marché'. IE displays the strings correctly. I guess it is because the strings are encoded someway (unicode ?). How can I convert those strings to display properly ?