> > hello everyone: > > > > I'm using Perl to develop a web-site. > > But you don't tell which version of Perl.
it's Perl 5.6.1. > > >From this website http://rf.net/~james/perli18n.html (the first site Google > finds for unicode perl web) I see that different versions of Perl have > different levels of support for Unicode. I just want to know how to convert the encode method. Such as: "中国人。" is a sentence in GBK code. (1)how to convert it into unicode? (2)and how to convert it back? (3)if the user's OS is Japanese , how to convert the unicode message into Shift-JIS as "中国人"? Thanks a lot!

