Windows: Unable build Xerces-c with ICU transcode
-------------------------------------------------
Key: XERCESC-1477
URL: http://issues.apache.org/jira/browse/XERCESC-1477
Project: Xerces-C++
Type: Bug
Versions: 2.6.0
Environment: Operating System: Windows XP
Compiler Visual .NET 2003
Reporter: Ganesh Kumar
Attachments: SAX2Print.exe
I have built Xerces-c with ICU4C 3.2 with icu transcoder. Build was successful.
But the function XMLString::transcode()
does not transcode UTF-8 string properly. But when I built Xerces-c with native
transcoder, the function works fine. Can somebody help me. I am attaching
proper and non-functional dlls. I have a sample program SAX2Print.exe which
uses the function XMLString::transcode(). With the Xerces-c dll built with
native trascoder, it trascode properly, that is , it prints µ▄ú⌠µ▄ú⌠, which is
the correct output. But with the Xerces-c dll built with ICU transcode, it
returns ->->->->. I am attaching the XML document which has to be transcoded.
To run the sample program, use the command:
SAX2Print.exe -p
simpletext.xml
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]