Help for this page
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}");
iso-8859-1: 1 1 UTF-8: 1 1 UTF-16le: 1 1