Yes,I read the "I18N" and do all steps before.
when I add below content to the menu.xml use chinese font,just like "中文",it enconding wrong on the tab "language".
You can see it from the attachment.
************************************
<?xml version="1.0" encoding="UTF-8"?>
<item>
<name>中文</name>
<link>cmd=setLanguage;lang=zh_CN;charset=UTF-8</link>
<target>top</target>
</item>
************************************
So I can only add the content like belows:
************************************
<?xml version="1.0" encoding="UTF-8"?>
<item>
<name>Chinese<name>
<link>cmd=setLanguage;lang=zh_CN;charset=UTF-8</link>
<target>top</target>
</item>
************************************
NOTE:The traslation of the file "openca.po" can work very well.



在06-1-15,Sergei Vyshenski <[EMAIL PROTECTED]> 写道:
Have you read the file "i18n" from the root of the source distribution?


郑依华 wrote:
> Hi,all
> Yesterday we set up the openca system use openca-0.9.2.5 ,For our
> need,We add the language chinese into this system.we translate the
> openca.po to chinese and add the language chinese item just like below
> shows:
> ************************************
> <?xml version="1.0" encoding="UTF-8"?>
> <item>
> <name>中文</name>
> <link>cmd=setLanguage;lang=zh_CN;charset=UTF-8</link>
> <target>top</target>
> </item>
> ************************************
> restart the openca daemon,when I want to see the language item 中文,it
> don't encoding right.
> can you give me some advise for this problem.
> thank you very much!



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Openca-Users mailing list
Openca-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-users

<<attachment: wrong_encoding.jpg>>

Reply via email to