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: [email protected]
For additional commands, e-mail: [email protected]