| Page 1 of 1 | [ 4 posts ] |
|
Hi,
i am getting error in IE8 for invalid character set. I am adding meta tag of UTF-8 using javascript. But still its giving same error. Any one have any idea for the same? |
Alberto SantiniYUI Contributor
|
Hello Mona.
See "autocomplete not working in internet explorer" topic: viewtopic.php?f=92&t=9095 Regards, IceBox P.S.: If Ryan's suggestion doesn't resolve the issue, feel free to fill a ticket, providing a test case. Thanks. |
|
Hi,
I checked that post and according that post i have added meta tag into head of my HTMl, But strange problem is when i am running my code locally its working fine, but when i am uploading my code on server and checking it remotely then its giving error. I was not able to figure it out. |
|
If the encoding has to be UTF-8 then adding it in the head of your document will only have effect when viewing the page locally (actually, as a static file). In all other cases the encoding is determined by the settings of your server and the header sent with the page (what is written in the head is only used as a fall-back).
In Apache for instance, you can change the character encoding by adding the directive: Code: AddDefaultCharset UTF-8 to your site's configuration. |
| Page 1 of 1 | [ 4 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group