I wrote earlier:
 
> Actually, it is better changed to
>       if (covers_almost_all_of (GB2312))
>               font supports traditional Chinese
>       if (covers_almost_all_of (Big5))
>               font supports traditional Chinese
 
It should be

        if (covers_almost_all_of (GB2312))
                font supports SIMPLIFIED Chinese
        if (covers_almost_all_of (Big5))
                font supports traditional Chinese

Sorry about the typo.
_______________________________________________
Fonts mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/fonts

Reply via email to