X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/4af2c4c329f1a501831734ce6e7e867bf1d26b9d..84f6f39be4ffeb6307756b97126ad993bef367a8:/charset-utf8.inc.pl diff --git a/charset-utf8.inc.pl b/charset-utf8.inc.pl index 0edd2e7..78f31af 100644 --- a/charset-utf8.inc.pl +++ b/charset-utf8.inc.pl @@ -1,9 +1,9 @@ my %utf8byte = ( - 0x00, 'single byte ASCII', - 0x80, 'multi-byte continuation', - 0xC0, '(overl.)', 0xC2, '2-byte sequence start', @@ -13,11 +13,11 @@ my %utf8byte = ( ' title="U+0800 – U+FFFF">3-byte sequence start', 0xF0, '4-byte sequence', - 0xF5, '(overflow)', - 0xF8, '5-byte', - 0xFC, '6-byte', 0xFE, 'invalid', );