Am 19.09.2011 22:21, schrieb Xueming Shen:
The current implementation decode new String(new byte[]{(byte)0xed, 31}, "UTF8")
Bug 7082884 refers to ED 31, so it should be: new String(new byte[]{(byte)0xed, 0x31}, "UTF8") -Ulf
Am 19.09.2011 22:21, schrieb Xueming Shen:
The current implementation decode new String(new byte[]{(byte)0xed, 31}, "UTF8")
Bug 7082884 refers to ED 31, so it should be: new String(new byte[]{(byte)0xed, 0x31}, "UTF8") -Ulf