Re: kaffe/io/ConverterAlias.java and Default

2000-02-03 Thread Marcus G. Daniels
"AC" == Archie Cobbs [EMAIL PROTECTED] writes: AC It should match "Default" case-insensitively.. no? Ok, I see there is still a name.toUpperCase call in the alias method. I must have had .class files out-of-sync, and was jumping to conclusions. Sorry for the false alarm.

Re: kaffe/io/ConverterAlias.java and Default

2000-02-03 Thread Archie Cobbs
Marcus G. Daniels writes: AC It should match "Default" case-insensitively.. no? Ok, I see there is still a name.toUpperCase call in the alias method. I must have had .class files out-of-sync, and was jumping to conclusions. Yeah, I didn't rebuild Klasses.jar after that change. Let me

Re: kaffe/io/ConverterAlias.java and Default

2000-02-02 Thread Marcus G. Daniels
"AC" == Archie Cobbs [EMAIL PROTECTED] writes: AC I fixed this a slightly different way. Let me know if you have any AC problems. I don't think that's quite right, because the file.encoding property is "Default", not "DEFAULT".

Re: kaffe/io/ConverterAlias.java and Default

2000-01-31 Thread Archie Cobbs
Marcus G. Daniels writes: It appears that the "Default" charset alias isn't handled in the right way. I see there's a class CharToByteDefault, but the alias method forces the name to upper case. (A result of this is that unicode.tbl file isn't located in the right way with Cygwin.) diff