https://issues.apache.org/bugzilla/show_bug.cgi?id=55802
Bug ID: 55802
Summary: Special Letters not exported correct
Product: POI
Version: 3.9
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: XWPF
Assignee: [email protected]
Reporter: [email protected]
i am creating a document in that way:
XWPFRun aktRun = aktpara.createRun();
aktRun.setText(textA);
aktRun.setBold(aktBold);
aktRun.setItalic(aktItalic);
aktRun.setFontFamily(aktFont);
aktRun.setFontSize(aktSize);
My textA-String includes german words which has 'ä, ü, ß or ö' inside. When
writing the document i have a wrong font inside the words. It use the Calibri
Font instead of the Font of the other letters of the word at that position. The
size and the other attributes are all right, only the font is wrong.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]