If you are transcoding from Unicode an 8-bit code page, not all characters are representable. john
-----Original Message----- From: K.WIKI [mailto:[email protected]] Sent: Monday, October 19, 2009 4:18 AM To: [email protected] Subject: Special charecteres and transcode Hi All I have a probleme the special charactere so I have a methode that get a string , this string can conteaint some special caractere like "ϑ ϒ ϖ – — ‘ ’ ‚ “ ” „ † ‡ • … ‰ ′ ″ ⁄ € ℑ ℘ ℜ ™ ℵ ← ↑ → ↓ ↔ ↵ ⇐ ⇑ ⇒ ⇓ ⇔ ∀ ∂ ∃ ∅ ∇ ∈ ∉ ∋ ∏ ∑ − ∗ √ ∝ ∞ ∠ ∧ ∨ ∩ ∪ ∫ ∴ ∼ ≅ ≈ ≠ ≡ ≤ ≥ ⊂ ⊃ ⊄ ⊆ ⊇ ⊕ ⊗ ⊥ ⋅ ⌈ ⌉ ⌊ ⌋ 〈 〉 ◊ ♠ ♣ ♥ ♦" so when I use transcose, somme of this characters changed to ???? thus is My code I put my string in this variable strMessage XMLString::transcode("Message",xmlChTempStr,(LENGTH_TEMPORAL_STRING - 1)); DOMElement * chmessage = m_xmlDoc->createElement(xmlChTempStr); chText->appendChild(chmessage); XMLString::transcode(strMessage,xmlChTemStr,(LENGTH_TEMPORAL_STRING - 1)); textNode = m_xmlDoc->createTextNode(xmlChTemStr); chmessage ->appendChild(textNode); any help plz best regard -- View this message in context: http://www.nabble.com/Special-charecteres-and-transcode-tp25955958p25955958.html Sent from the Xerces - C - Users mailing list archive at Nabble.com.
