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
problem in chinese character and trendy theme
-
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
Which serendipity language are you using?
What's your URL about your sidebar error?
Regards,
Garvin
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/
# 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
i'm using the english version download from the sf.net.
here is my blog url http://sogua.mamakcorner.com
enjoy!
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:
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
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/
# 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/