Enlightenment CVS committal Author : raster Project : e17 Module : libs/imlib2
Dir : e17/libs/imlib2/src/lib Modified Files: font_main.c Log Message: dont double guess unicode.. just let it be raw =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/imlib2/src/lib/font_main.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- font_main.c 1 Nov 2004 09:45:31 -0000 1.1 +++ font_main.c 15 Jan 2005 07:55:55 -0000 1.2 @@ -171,12 +171,6 @@ 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; } ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs