X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/bb412b576d883e11a4ec09d01c34a933d894af6c..aff24d1391a688cdef38674f3f10c4842d84fa1a:/charset-utf8.inc.pl diff --git a/charset-utf8.inc.pl b/charset-utf8.inc.pl index c751e6d..78f31af 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', );