Re: Text::Unidecode behaves differently on two machines

2009-04-14 Thread Dr.Ruud
Kelly Jones wrote: I "cpan Text::Unidecode" on 2 machines and then ran this code: use utf8; use Text::Unidecode; print unidecode("\x{5317}\x{4EB0}")."\n"; print unidecode("\xd0\x90\xd0\xbb")."\n"; print unidecode("\xe3\x82\xa2")."\n"; On both machines, the first line correctly prints "Bei Jing

Re: Text::Unidecode behaves differently on two machines

2009-04-13 Thread Chas. Owens
On Mon, Apr 13, 2009 at 09:43, Dr.Ruud wrote: > Kelly Jones wrote: >> >> I "cpan Text::Unidecode" on 2 machines and then ran this code: >> >> use utf8; >> use Text::Unidecode; >> print unidecode("\x{5317}\x{4EB0}")."\n"; >> print unidecode("\xd0\x90\xd0\xbb")."\n"; >> print unidecode("\xe3\x82\xa2

Re: Text::Unidecode behaves differently on two machines

2009-04-13 Thread Dr.Ruud
Kelly Jones wrote: I "cpan Text::Unidecode" on 2 machines and then ran this code: use utf8; use Text::Unidecode; print unidecode("\x{5317}\x{4EB0}")."\n"; print unidecode("\xd0\x90\xd0\xbb")."\n"; print unidecode("\xe3\x82\xa2")."\n"; On both machines, the first line correctly prints "Bei Jing"

Text::Unidecode behaves differently on two machines

2009-04-11 Thread Kelly Jones
I "cpan Text::Unidecode" on 2 machines and then ran this code: use utf8; use Text::Unidecode; print unidecode("\x{5317}\x{4EB0}")."\n"; print unidecode("\xd0\x90\xd0\xbb")."\n"; print unidecode("\xe3\x82\xa2")."\n"; On both machines, the first line correctly prints "Bei Jing", the author's test c