in reply to Re^6: Conversion between code page and unicode in Perl
in thread Conversion between code page and unicode in Perl

The difference is between giving you a fish and teaching you how to fish. Hopefully, by reading the linked documentation, you remember that the documentation exists the next time you have a similar problem. The problem is not peripheral, as encoding problems occur anywhere you receive or output data. It behooves you well to learn about it, as it is an universal problem not restricted to Perl.
  • Comment on Re^7: Conversion between code page and unicode in Perl