Friday, 27 September 2013

Java read unicode with \u

Java read unicode with \u

My java program is reading unicode from text file. e.g. "\uffff".. View
from the java GUI is no problem, but when i try to print out, all wording
are overwritten, is it because of '\u', or any other way to avoid the
words overwritten?
sorry about my broken english.. thanks.

No comments:

Post a Comment