Hi,

Can you provide a sample document and the java code that you are using
so it is easier to try to reproduce this?

Thanks... Dominik.

On Thu, Jun 4, 2015 at 10:19 AM, teressa kim <teressaki...@hotmail.com> wrote:
> Hi
>
> I have obsverved that the third greek character of mu "μ" in word doc file is 
> not extracted when converting to html file using  WordToHtmlConverter class. 
> The mu character is http://www.scarfboy.com/coding/unicode-tool?s=U%2BF06D
>
> Further, I also noticed that when I tried to apply the following statement to 
> the mu character, I got "0028" which I think it should be for "(" left 
> bracket.
>
> String hexCode = 
> Integer.toHexString(paragraph.text().codePointAt(index)).toUpperCase();
>
> Could you please help me how to extract this mu character from the doc 
> document?
>
> Thanks
> T.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@poi.apache.org
> For additional commands, e-mail: user-h...@poi.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@poi.apache.org
For additional commands, e-mail: user-h...@poi.apache.org

Reply via email to