Non-ASCII platfroms (like ZOS) can't cast from UTF16 to UTF8 the ASCII-based
strings
-------------------------------------------------------------------------------------
Key: XALANC-560
URL: http://issues.apache.org/jira/browse/XALANC-560
Project: XalanC
Type: Bug
Components: XalanC
Versions: CurrentCVS
Environment: zSeries , iSeries
Reporter: Dmitry Hayes
Priority: Critical
Fix For: CurrentCVS
EBCDIC based platform can't convert the string :
const char XalanXMLSerializerBase::UTF8::s_defaultVersionString[] =
{
char(XalanUnicode::charDigit_1),
char(XalanUnicode::charFullStop),
char(XalanUnicode::charDigit_0),
char(0)
}; to the EBCDIC string "1.0"
--
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]