l10N and I18N of Perl

Dan

Dan Kogai dankogai@dan.co.jp

YAPC::Taipei 2004

Valid XHTML 1.0!

A Brief History of time()

1987Perl 1.000
1994Perl 5.000
1995jcode.pl
1999Jcode.pm
2000Perl 5.6.x
2002Perl 5.8.x

Perl up to 5.00503

jcode.pl

http://www.srekcah.org/jcode/

  require "jcode.pl";
  while(<>){
    jcode::convert(*_, 'euc', 'sjis');
    print;
  }

Jcode.pm

http://openlab.jp/Jcode/

  while(<>){
        print Jcode->new($_, 'sjis')->euc;
  }

Perl 5.6.x

Perl 5.8.x

Encode.pm

DEMO

Thank you!

謝謝合作!

Questions?