as titled, how do I convert an ASCII String to an UTF-8 String in Java?
Thanks!
Edit: My situation is really that I read in a Chinese String, and when I output it, it's all gibberish. I thought the problem might lie in the encoding. So, how do I properly convert the String from the gibberish to the proper language set characters?