Hi all,


I'm reading to a jtextpane a word document. Everything is fine except for this character \u0169 ( a tilde over an u)..

Any suggestions?


Thanks

Recommended Answers

All 3 Replies

What do u get when you call

jTextPane.getFont().canDisplay("\u0169");

??

Hi! Thank you!

I get true with: jTextPane.getFont().canDisplay('\u0169'), but reading from a word document even using poi it can't read.

Whats going wrong? whats the error? Cant display it? or something else?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.