[ http://issues.apache.org/jira/browse/XERCESC-1353?page=comments#action_59573 ] Alberto Massari commented on XERCESC-1353: ------------------------------------------
Could you attach a test case? It's not clear if the german character is not handled when parsing an XML or when transcoding a string (in this case, this bug would be a duplicate of XERCESC-1305) Alberto > German "Umlaute" are not handled with a LOCALE of de_DE.ISO8859-15 > ------------------------------------------------------------------ > > Key: XERCESC-1353 > URL: http://issues.apache.org/jira/browse/XERCESC-1353 > Project: Xerces-C++ > Type: Bug > Components: Utilities > Versions: 2.6.0 > Environment: Solaris 9/10, gcc 3.3.3/SunStudio 10, German Locale > de_DE.ISO8859-15 > Reporter: Ewald Ertl > > When setting the LC_CTYPE from the Environment set to de_DE.ISO8859-15, all > German "Umlaute" are not handled correct. > After changing the type of XMLCh from unsigned short to wchar_t and adding > the operator's > operator<<(unsigned short) and operator>>(unsigned short) to the > XSerializerEngine the > "Umlaute" are working. There has to be some problem in the > mbstowcs()-functions with the size of the buffer used for the conversion. -- 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 - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]