Hi,

I have a little query : I am looking for a table with the hexadecimal code 
for the MS Word specific characters (eg: "..." or the ' character).

I am coding a java class that will clean the Word input to avoid FOP to 
render specific character as "#".

eg :

if (c == 0x85) {
  stBuffer.append("...");
} else {
  stBuffer.append(c);
}

I looked over the web using google and didn't find it ... I began the work 
with an hexadecimal editor, but a such table would be really usefull ! =)

The best would be a existing class, but I don't think it exists yet. If 
someone need a such class, I'll send mine here once I will have finished 
to code it.

Thanks,

Simon

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to