dont double guess unicode.. just let it be raw

SVN revision: 12973
This commit is contained in:
Carsten Haitzler 2005-01-15 07:55:55 +00:00
parent 142d6d1d41
commit 2960b58af9
1 changed files with 0 additions and 6 deletions

View File

@ -171,12 +171,6 @@ imlib_font_utf8_get_next(unsigned char *buf, int *iindex)
r |= (d4 & 0x3f);
}
if (r < 0xdfff && d > 0xd800)
{
/* ill-formed says Table 3.1B in the */
/* Unicode 3.2 std */
return 0;
}
*iindex = index;
return r;
}