diff options
Diffstat (limited to 'sphinx/builders/htmlhelp.py')
-rw-r--r-- | sphinx/builders/htmlhelp.py | 1 |
1 files changed, 1 insertions, 0 deletions
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'), } |