--- fontconfig-2.3.2.orig/src/fclang.c 2005-05-27 23:33:50.000000000 +0800 +++ fontconfig-2.3.2/src/fclang.c 2005-05-28 16:09:04.000000000 +0800 @@ -61,6 +61,8 @@ FcFreeTypeLangSet (const FcCharSet *cha return 0; for (i = 0; i < NUM_LANG_CHAR_SET; i++) { + FcBool IsExclusiveLang= FcFreeTypeIsExclusiveLang (fcLangCharSets[i].lang); +#if 0 /* * Check for Han charsets to make fonts * which advertise support for a single language @@ -72,6 +74,7 @@ FcFreeTypeLangSet (const FcCharSet *cha { continue; } +#endif missing = FcCharSetSubtractCount (&fcLangCharSets[i].charset, charset); if (FcDebug() & FC_DBG_SCANV) {