SID-00616: 如何使用中文?
| Status: |
Answered |
TWiki version: |
4.3.2 |
Perl version: |
Perl 5 |
| Category: |
CategoryLocalization |
Server OS: |
Linux |
Last update: |
12 years ago |
when i create a new topic, i can't use the chinese as topic name..
what can i do it?
tks.
--
TWikiGuest - 2009-11-08
Discussion and Answer
Some people have tried to use Chinese characters as topic names and claim it works. I do not recommend it, even if your TWiki site
properly configured for internationalization. We have
full UTF-8 support on our roadmap, until then I recommend to use topics with alphanumeric characters and Chinese in page content.
(Note: Please register with your real first name and last name, also for the
WikiName, thank you!)
--
PeterThoeny - 2009-11-10
This configration works fine with chinese, base on twiki 5.1.4
$TWiki::cfg{UseLocale} = 1;
$TWiki::cfg{Site}{Locale} = 'zh-CN.UTF-8';
$TWiki::cfg{Site}{CharSet} = 'UTF-8';
$TWiki::cfg{Site}{Lang} = 'zh-CN';
$TWiki::cfg{Site}{FullLang} = 'zh-CN';
--
Zhibiao Pan - 2013-08-20
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.