You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Nitin Chopkar <ni...@yahoo.co.in> on 2013/10/11 08:55:09 UTC

Help Getting problem while reading Ms2003 doc file

Hello,
         My doc file having some symbol. while reading this file using poi code given below, it is not reading that symbol instead of that symbol getting  opening circular bracket '(' .

Symbols like:[ Ω    Φ    Υ    Σ    Δ    φ    τ    σ    ρ    π    ν    μ    λ    ι    θ    η    ε    δ    γ    β    α    ϱ    Є    ф    –    —    ⁰     ⁴         ⁵    ℃   ] 


POI version 3.9
POI CODE:
POIFSFileSystem fs = HWPFDocumentCore.verifyAndBuildPOIFS(new FileInputStream("F:\\nitin\\Word Import\\Gujrati\\Symbols.doc"));
HWPFDocumentCore wordDocument = WordToHtmlUtils.loadDoc(fs);


Please file from attachment Symbols.doc.

Please guide me how to read symbols From doc file.

From 
Nitin.