[
https://issues.apache.org/jira/browse/ODFTOOLKIT-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joshua updated ODFTOOLKIT-400:
------------------------------
Attachment: testOdt.odt
> Unable to obtain the charset encoding of an odt document
> --------------------------------------------------------
>
> Key: ODFTOOLKIT-400
> URL: https://issues.apache.org/jira/browse/ODFTOOLKIT-400
> Project: ODF Toolkit
> Issue Type: Bug
> Components: odfdom
> Environment: linux - ubuntu 14.04
> Reporter: Joshua
> Attachments: testOdt.odt
>
>
> Im trying to convert odt to html. In doing the conversion Im trying to obtain
> the charset encoding of the odt document so that I can set the appropriate
> value on the html end. However I always get a 'null' value when trying to
> read the charset.
> {code}
> OdfTextDocument odfDoc = OdfTextDocument.loadDocument(is)
> System.out.println(odfDoc.getContentDom.getXmlEncoding)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)