#208 followup: add zh_CN entry.

This commit is contained in:
Georg Brandl 2009-09-03 18:20:43 +02:00
parent 3cc52246b2
commit 65a8a4a6b2

View File

@ -138,6 +138,7 @@ chm_locales = {
'ru': (0x419, 'cp1251'),
'sl': (0x424, 'iso8859_2'),
'uk_UA': (0x422, 'cp1251'),
'zh_CN': (0x804, 'cp936'),
'zh_TW': (0x404, 'cp950'),
}