Dave P. wrote:
>
> I believe we’ve corresponded before, but we are running into a new
> problem when converting from XML ->FO->DOCX with Korean text. I’ve
> verified that the Korean is coming through ok on the FO side but when
> converting via XMLMind, we output only box characters.
>
> Any insights into what could be causing this?
>

This indicates that the fonts referenced by default in the .docx file 
have no Korean *glyphs*, hence the boxes.

You must specify other fonts in your XSL-FO.

FYI, recent releases of XFC have an easy, external-to-the-FO, way to do 
this:

http://www.xmlmind.com/foconverter/_distrib/doc/user/command_line_java.html 
-- Search for "genericFontFamilies"

or, using the API:

http://www.xmlmind.com/foconverter/_distrib/doc/api/com/xmlmind/fo/converter/Converter.html#setProperty%28java.lang.String,%20java.lang.String%29
 
--
XMLmind FO Converter Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xfc-support

Reply via email to