[
https://issues.apache.org/jira/browse/XERCESC-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16286003#comment-16286003
]
SandBeavers commented on XERCESC-2071:
--------------------------------------
Every unicode character above 0x00FF will thrown an exception.
https://unicode-table.com/en/
{code:java}
XMLCh Text = 0x03A6;
char* cs = xercesc::XMLString::transcode(&Text);
{code}
> Unable to transcode an UTF-8 multibyte string
> ---------------------------------------------
>
> Key: XERCESC-2071
> URL: https://issues.apache.org/jira/browse/XERCESC-2071
> Project: Xerces-C++
> Issue Type: Bug
> Components: Utilities
> Affects Versions: 3.1.3
> Environment: Linux 32 bit, Armv6. Release version of the library
> Reporter: SandBeavers
>
> Xerces-C++ is unable to transcode a multiybyte UTF-8 string. For example
> ❀★☀Happy❀★☀ throws an exception.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]