I am reading line by line from standard input with Scanner, then i print these lines to standard output. But, i need to convert escaped Unicode characters like \u00fd to actual character. Is there any way how to do it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
"\u00fd", orý? There are already a number of questions on this: stackoverflow.com/questions/3537706 and stackoverflow.com/questions/3630609, to start. – Matt Ball Mar 29 '11 at 22:37