[ 4 posts ]

Mona Patel

  • Username: mona_patel
  • Joined: Mon Nov 14, 2011 1:22 pm
  • Posts: 16
  • GitHub: Mona
  • Gists: Mona
  • IRC: Mona
  • Offline
  • Profile
Tags:

autocomplete not working in internet explorer 8

Post Posted: Mon Jan 16, 2012 10:03 am
+0-
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 Santini

YUI Contributor

  • Offline
  • Profile
Tags:

Re: autocomplete not working in internet explorer 8

Post Posted: Mon Jan 16, 2012 10:50 am
+0-
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.

Mona Patel

  • Username: mona_patel
  • Joined: Mon Nov 14, 2011 1:22 pm
  • Posts: 16
  • GitHub: Mona
  • Gists: Mona
  • IRC: Mona
  • Offline
  • Profile
Tags:

Re: autocomplete not working in internet explorer 8

Post Posted: Mon Jan 16, 2012 12:23 pm
+0-
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.

paolo nesti poggi

YUI Contributor

  • Username: paolo
  • Joined: Sat Mar 14, 2009 9:53 am
  • Posts: 77
  • Location: Roskilde DK
  • GitHub: tribis
  • Gists: tribis
  • Offline
  • Profile

Re: autocomplete not working in internet explorer 8

Post Posted: Mon Jan 16, 2012 1:05 pm
+0-
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.
  [ 4 posts ]
Display posts from previous:  Sort by  
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