[EMAIL PROTECTED] wrote:
------- Additional Comments From [EMAIL PROTECTED]  2003-11-13 03:03 -------
Created an attachment (id=9084)
Patch 1

+ int[] germanChars = { 0xE4, 0x2D, 0xF6, 0x2D, 0xFc }; + StringBuffer buffer = new StringBuffer(); + for (int i = 0; i < germanChars.length; i++) { + buffer.append((char)germanChars[i]); + }


that is nicely US safe, Mike :-)



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to