Hi,
How do I convert the MS Word quotes and apostrophes to regular quotes and apostrophes characters in Java? What's the unicode number for these characters?
i.e., “how are you doing?” ‘howdy’
to
"how are you doing?" 'howdy'
Thanks
Edit: It appears that stackoverflow is already converting it to regular quotes and apostrophes...how do I accomplish the same in Java?