|
|
|
|
|
|
|
|
|
|
|
|
|
Re: 2.7.2 to 2.7.6, chinese to utf-8 [message #34903 is a reply to message #34896] |
Wed, 22 November 2006 18:11 |
redhat71
Messages: 32 Registered: February 2003
Karma: 0
|
Member |
|
|
Ilia wrote on Wed, 22 November 2006 23:21 | I presume you are referring to the text itself, that's UTF8 because the translation is UTF-8. To put it back to gb2312 you need to use iconv to convert the msg file contents from utf-8 to gb2312.
|
no, i mean the actual content
anyway, it doesn't matter, i checked my original ones
then modified both file accordingly and rebuilt again, same as above
changing the file "charset" from utf-8 to gb2312 and rebuilding the theme results in
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
changing the file "locale" from zh_CN.UTF-8 to zh_CN and rebuilding the theme does NOT seem to make any difference
-
Attachment: 1.png
(Size: 16.73KB, Downloaded 1788 times)
[Updated on: Wed, 22 November 2006 18:12] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: 2.7.2 to 2.7.6, chinese to utf-8 [message #34978 is a reply to message #34973] |
Wed, 29 November 2006 15:14 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The theme text comes from the msg file, which is utf-8 in the new version. If you want to change it to gb2312 you can convert the text in it using iconv()
FUDforum Core Developer
|
|
|