Since we can now generate txt files with html2text, remove zh_CN.GB2312

from the NO_PLAINTEXT_LANG list.

Spotted by:	intron at intron dot ac
This commit is contained in:
Xin LI 2006-06-21 15:26:28 +00:00
parent b65aee2fe7
commit 890739d254
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28139

View file

@ -478,7 +478,7 @@ NO_TEX_LANG?= ja_JP.eucJP ru_RU.KOI8-R zh_TW.Big5
# put languages which have a problem on rendering the plain text format
# by using links1 to NO_PLAINTEXT_LANG.
NO_PLAINTEXT_LANG?= ja_JP.eucJP zh_CN.GB2312
NO_PLAINTEXT_LANG?= ja_JP.eucJP
# put languages which have a problem on rendering the rtf format
# by using jade to NO_RTF_LANG.