diff options
| author | Georg Brandl <georg@python.org> | 2009-09-03 18:20:43 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-09-03 18:20:43 +0200 |
| commit | 79d1a2c9944e4b933b0396c2a845f40b96dfd520 (patch) | |
| tree | f8d29bd156c840566e722ee73d51a5ddf0fd3a90 /sphinx/builders/htmlhelp.py | |
| parent | 4984f4f343c500e46f9aedfa2c3838f945ac2912 (diff) | |
| download | sphinx-79d1a2c9944e4b933b0396c2a845f40b96dfd520.tar.gz | |
#208 followup: add zh_CN entry.
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'), } |
