nielsbasjes commented on pull request #13410: URL: https://github.com/apache/beam/pull/13410#issuecomment-732811394
A few weeks ago a colleague of mine mentioned he ran into a character encoding issue when building a Beam application. I just spoke him and he pointed me to this comment that simply documents what he ran into: https://github.com/apache/beam/blob/master/sdks/java/io/xml/src/main/java/org/apache/beam/sdk/io/xml/XmlSource.java#L335 ``` // We use Woodstox because the StAX implementation provided by OpenJDK reports // character locations incorrectly. Note that Woodstox still currently reports *byte* // locations incorrectly when parsing documents that contain multi-byte characters. ``` Apparently even with this fix in place the project as a whole still has character encoding problems. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
