On Wed, 21 Nov 2007 12:23:33 +0100 Dr. Werner Fink wrote:
> On Tue, Nov 20, 2007 at 11:57:02AM -0500, Glenn Fowler wrote:
> >     ja_JP.ujis
> Guess: this is equivalent with ja_JP.sjis or ja_JP.SJIS
> on a glibc based system.

our linux is glibc based, so there must be version/distribution diffs

ja_JP.ujis mbtowc() maps { '\\' '~' } to wide chars with the same respective 
asciii values
ja_JP.sjis mbtowc() maps { '\\' '~' } to wide chars with different respective 
ascii values

> > the \\x81 was a red herring for me

it was a red herring because ja_JP.sjis mbtowc() mapped { '\\' '~' } in shift 
state 0
the ksh (to be posted) tests now check 0x40-0x7E with and without the 0x81 
shift char

-- Glenn Fowler -- AT&T Research, Florham Park NJ --

_______________________________________________
ast-developers mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-developers

Reply via email to