Re: German characters not correct displayed
Posted By:
John_Zukowski
Posted On:
Thursday, June 28, 2001 10:16 AM
How are you trying to display the character? System.out chops off the high byte, so can only display 7-bit characters essentially. Try displaying your message in a JTextArea.