From 79d1a2c9944e4b933b0396c2a845f40b96dfd520 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 3 Sep 2009 18:20:43 +0200 Subject: #208 followup: add zh_CN entry. --- sphinx/builders/htmlhelp.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sphinx/builders/htmlhelp.py') diff --git a/sphinx/builders/htmlhelp.py b/sphinx/builders/htmlhelp.py index ea47da55..58eaeca9 100644 --- a/sphinx/builders/htmlhelp.py +++ b/sphinx/builders/htmlhelp.py @@ -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'), } -- cgit v1.2.1