Welcome Guest | Login

changing charset

Hi,
I have a shared plan
is it possible for to change the defaut charset of the web server. I  need latin1 charset instead of utf-8.

Thanks

2008-03-15 04:46 AM

Hello,

Please note that it is not possible to change the default charset of the web server.

If the web pages are pulled over from your mysql database you may need to change the default collation of your respective mysql database. This should do the trick for you.

2008-03-15 05:18 AM

Regards,
Rahul
my problems comes from rails.

I know it's possible to set encoding to latin1 for http request .

But how to do that for ajax request ????? By default , ajax request are utf-8 encoded.

2008-03-15 12:49 PM

I have found a link related to this.
http://www.volkanozcelik.com/cre8/blog/2006/03/ajax-and-charset-conversion.html

I hope the method explained there can be modified according to your needs.

2008-03-15 08:55 PM


Hello Guest! In order to post you must be an active client with us, please log in or sign up.