On 05 Jul 2005 19:31:58 +0900, Yasuhiro Nakazaki wrote: > > Neither 2.5.12 nor CVS head recognizes "EUC-JP" (and its variants) as > valid StringEncoding in a font description; the following patch will fix > it: > > *** fvwm-2.5.12/libs/FlocaleCharset.c 2003-06-29 19:53:24.000000000 +0000 > --- fvwm-2.5.12-new/libs/FlocaleCharset.c 2005-07-04 07:54:07.000000000 > +0000 > *************** > *** 336,341 **** > --- 336,342 ---- > CT_ENTRY("CNS11643.1992-7", cns11643, NULL), > CT_ENTRY("DOSENCODING-CP437", dosencoding_cp437, NULL), > CT_ENTRY("DOSENCODING-CP850", dosencoding_cp850, NULL), > + CT_ENTRY("EUC-JP", euc_jp, NULL), > CT_ENTRY("GB2312.1980-0", gb2312_1980_0, NULL), > CT_ENTRY("GBK-0", gbk_0, NULL), > CT_ENTRY("GEORGIAN-ACADEMY", georgian_academy, NULL), > > Thanks.
This is not a complete patch, you didn't define euc_jp constant. Please complete the patch. Regards, Mikhael.