Hi,
I have an issue binding xml parts with unicode characters beyond the latin1 extended set.
I'm using the OpenDope Authoring plugin in Word to create a template and a docx4java client program, similar to the one in [1] to perform the actual merge.
The unicode char U+2318 is contained in an xml element to be merged. When I use it inside the OpenDope plugin in Word, it gets inserted correctly in the Word document. When I run the merge with doc4java, the character is not recognized when I open the resulting word file.
The XML file is correctly utf8 encoded.
Is this a know issues? What can cause this?
thanks for any clues.
[1] https://github.com/plutext/docx4j/blob/ ... geXML.java