Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Version 2.2
-
None
-
None
Description
I can't debug this problem because I can't find the 2.2.0 source code anywhere and XMLBeans does not appear to have any commons-logging which I can turn on. So I'm just throwing what I have into this issue, hoping that an XMLBeans developer can look at the problem more in-depth.
The attached zip file contains an xml file with Unicode surrogate pairs - these pairs are a notoriously hard Unicode edge case to handle. XMLBeans appears to be turning pairs into question marks when emitting the XMLBean using the xmlText or toString methods.
The attachment contains a JUnit test case which reproduces the problem on XMLBeans 2.2.0.