On 12/12/06, Trustin Lee <[EMAIL PROTECTED]> wrote:
On 12/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:Characters other than US-ASCII will make the code uncompilable. The default system encoding of my Eclipse is UTF-8, so it denies to compile it. You could use '\uxxxx' syntax instead to make sure the code is compiled and the compiled byte code is identical across different systems. PrintableStringSyntaxCheckTest also has the same problem. I tried to fix this problem by replacing these special characters into '\uxxxx' expression, but I couldn't find any easy way to get the unicode value of each character and am afraid that I might break the test case. Trustin -- what we call human nature is actually human habit -- http://gleamynode.net/ --
Grrr... Why does ASCII is still the default encoding ??? Ok, my bad. I have done that without thinking of consequences... I will fix it right now. Thanks Trustin !!! Emmanuel
