From 50d5212cd729d067bd9d4243fd66eed39d608207 Mon Sep 17 00:00:00 2001 From: tokul Date: Tue, 7 Sep 2004 14:33:43 +0000 Subject: [PATCH] charset totals git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8033 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- doc/i18n.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/i18n.txt b/doc/i18n.txt index b0ddb70a..769bb77e 100644 --- a/doc/i18n.txt +++ b/doc/i18n.txt @@ -61,6 +61,24 @@ Valid language codes are: * zh_CN - Chinese Simplified, gb2312 charset * zh_TW - Chinese Traditional, big5 charset +Charset totals: +* iso-8859-1 = 21 +* iso-8859-2 = 8 +* utf-8 = 4 +* iso-8859-15 = 2 +* iso-8859-7 = 1 +* iso-8859-9 = 1 +* koi8-r = 1 +* koi8-u = 1 +* windows-1251 = 1 +* windows-1255 = 1 +* windows-1256 = 1 +* tis-620 = 1 +* gb2312 = 1 +* big5 = 1 +* euc-jp = 1 +* euc-kr = 1 + ------------------- 2. $languages array ------------------- -- 2.25.1