Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a text which is copied from a pdf and and created an HTML manually. But in html some characters such as "-" is showed as รข??. I want replace all this type of characters to the real one using java code. Can you help me..

share|improve this question
how do you create PDF ? – Jigar Joshi May 25 '11 at 18:20
It sounds like you've just got an encoding issue. How are you writing out the HTML? Is it being saved as a file, served by a servlet etc? – Jon Skeet May 25 '11 at 18:21

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.