X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/f9f30ee618bf309a9d4e4565adb73dfedd1ef203..4af2c4c329f1a501831734ce6e7e867bf1d26b9d:/charset-utf8.inc.pl diff --git a/charset-utf8.inc.pl b/charset-utf8.inc.pl index c751e6d..0edd2e7 100644 --- a/charset-utf8.inc.pl +++ b/charset-utf8.inc.pl @@ -1,23 +1,23 @@ my %utf8byte = ( - 0x00, 'single byte ASCII', - 0x80, 'multi-byte continuation', - 0xC0, '(overl.)', - 0xC2, '2-byte sequence start', - 0xD0, '', - 0xE0, '3-byte sequence start', - 0xF0, '4-byte sequence', - 0xF5, '(overflow)', - 0xF8, '5-byte', - 0xFC, '6-byte', 0xFE, 'invalid', );