problem in chinese character and trendy theme

Found a bug? Tell us!!
Post Reply
sogua
Posts: 4
Joined: Mon May 23, 2005 9:51 am

problem in chinese character and trendy theme

Post by sogua »

hi,

i come across this problem since 0.8.

It didnt shows the correct chinese character instead it shows all the UTF8 character (ex: &234425;&38420;)

i've once get it corrected using html_entity_decode() but after i upgrade to 0.8.1 this bug come back again. ah~~~~

Oh ya. one more thing. the MT Trendy has some error on the right sidebar. all my item cant valign at top. all goes down to somewhere else.

Please help
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: problem in chinese character and trendy theme

Post by garvinhicking »

Which serendipity language are you using?

What's your URL about your sidebar error?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Guest

Post by Guest »

i'm using the english version download from the sf.net.

here is my blog url http://sogua.mamakcorner.com


enjoy!
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

The english language uses ISO-8859-1 as Charset. You cannot use it for posting entries in foreign languages.

You need to use a language specific to your homelanguage. Or edit your serendipity_lang_en.inc.php file and edit the line where it says LANG_CHARSET to "UTF-8" instead of "ISO-8859-1". Only then you can must multibyte characters properly recognized by the browser.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
sogua
Posts: 4
Joined: Mon May 23, 2005 9:51 am

Post by sogua »

finally the problem is solved. Thanks Garvin
Post Reply