Re: the encoding "646"

2007-01-19 Thread Kjetil Torgrim Homme
On Fri, 2007-01-19 at 22:01 +0900, Marty Pauley wrote: > On Thu, 18 Jan 2007 20:50:50 +0100 Kjetil Torgrim Homme > <[EMAIL PROTECTED]> wrote: > > > I request you add "646" as an alias for "ascii". > > But it isn't the same as ascii! We shoul

the encoding "646"

2007-01-18 Thread Kjetil Torgrim Homme
in Solaris 8, the "C" locale uses a charset which is unknown to Perl: #! /local/bin/perl use I18N::Langinfo qw(langinfo CODESET); my $term_encoding = langinfo(CODESET()); binmode STDOUT, ":encoding($term_encoding)"; print "Locale's charset: