Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: iso-8859-2 coding

  1. #11
    Guest

    Default

    works same :cry: what about switching to "AddDefaultCharset On"?

  2. #12
    Guest

    Default

    correction: with AddDefaultCharset Off it works, but it's case sensitive! so there is the difference between:

    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-2">

    and

    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">

    that is not ordinary, but it works! (i don't know if it won't be case sensitive with AddDefaultCharset On? could we try it? if it doesn't we can fallback to AddDefaultCarset On).

  3. #13
    Guest

    Default

    if you leave "AddDefaultCharset Off" it would be wise to post an announcement (some visible place on the forum) where you explain users with non-english sites that the charset declaration is case sensitive and what charsets server accepts. for example like this:

    [blah blah - for non-english sites you know :D ]
    ...
    <meta http-equiv="Content-Type" content="text/html; charset=YOUR">

    where YOUR can be one of the value listed below:

    ISO-8859-1 (west europe)
    ISO-8859-2 (central europe)
    [do the same with utf windows-1250 etc.]
    ...

    [finally warn users that is the case sensitive so they need to declare it exactly as listed or it won't work]

    thank you very much for this service and for your support (seriosly i haven't expetected any for service which is free) also i've apologize because of me english :lol: (i'm really trying to improve it...).

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •