默认的配置文件是iso-8859-1编码。对于拉丁语系的语言,比如英语、德语,这种编码没有任何问题,但是对于非拉丁语系的语言就不适用了。如果你要在配置文件中使用非拉丁字符,请将配置文件用utf-8编码。
设置所有配置文件的第一行如下:
# -*- coding: utf-8 -*-
你需要一个能够使用utf-8编码的编辑器。
使用unicode字符串的选项 (国际化用户可能会修改它们):
- sitename
- logo_string
- page_front_page
- navi_bar
- page_category_regex
- page_dict_regex
- page_group_regex
- page_template_regex
- page_license_page - New in 1.3.2
- page_local_spelling_words - New in 1.3.2
- acl_rights_default - New in 1.3.2
- acl_rights_before - New in 1.3.2
- acl_rights_after - New in 1.3.2
- mail_from - New in 1.5.0
For ready made configuration in your language, see MoinMoin:ConfigMarket. Read also the section about unicode options.