https://issues.apache.org/bugzilla/show_bug.cgi?id=56683

--- Comment #2 from Renjith <[email protected]> ---
Not sure if the following update will fix it. need to try it out.

Updated writeTo() method of 'org.apache.poi.xssf.model.StylesTable'.

Change: Added the following line 

             'DEFAULT_XML_OPTIONS.setCharacterEncoding("UTF-8");'


    /**
     * Write this table out as XML.
     *
     * @param out The stream to write to.
     * @throws IOException if an error occurs while writing.
     */
    public void writeTo(OutputStream out) throws IOException {
        //Setting default encoding to UTF-8
        DEFAULT_XML_OPTIONS.setCharacterEncoding("UTF-8");

        XmlOptions options = new XmlOptions(DEFAULT_XML_OPTIONS);

Since i dont have control over the z/os server, i have to wait till it get
tested.
In the mean time, please let me know your thoughts on the same.

-- 
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]

Reply via email to