Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    test('iso-8859-1', "A\x{E2}");
    test('UTF-8',      "A\x{E2}\x{2660}");
    test('UTF-16le',   "A\x{E2}\x{2660}");
    
  2. or download this
    iso-8859-1: 1 1
    UTF-8:      1 1
    UTF-16le:   1 1