Duh. Fixed C++ style comment, sorry.

This commit is contained in:
rogerl%netscape.com 2002-10-05 04:38:42 +00:00
Родитель 0dc96262a3
Коммит 3c5b6f7265
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4443,7 +4443,7 @@ Utf8ToOneUcs4Char(const uint8 *utf8Buffer, int utf8Length)
{
uint32 ucs4Char;
uint32 minucs4Char;
// from Unicode 3.1, non-shortest form is illegal
/* from Unicode 3.1, non-shortest form is illegal */
static const uint32 minucs4Table[] = {
0x00000080, 0x00000800, 0x0001000, 0x0020000, 0x0400000
};