View Single Post
  #3 (permalink)  
Old 10-15-2006, 10:10 PM
mistral
Guest
 
Posts: n/a
Default Re: Correct charset type

"David Dorward wrote:
"
> mistral wrote:
>
> > how to set correct charset type for multi-language website?

>
> You either manage multiple encodings, or you use one that supports the
> characters used in all the languages you are using.
>
> > Site is on cms, and same headers are dynamically generated for all pages.
> > The recommened charset type is <meta http-equiv="Content-Type"
> > content="text/html;charset=UTF-8">.

>
> This should be handled in HTTP, not HTML.
>
> > But if use this type, one of lanuages will not be displayed correctly.

>
> Sounds like you are claiming UTF-8 without writing UTF-8. Hard to say
> without an example.
>
> What does this have to do with JavaScript though?
>
> --
> David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
> Home is where the ~/.bashrc is

-------------

yes, its a true, there is no javascript involved. Can no find clear and
detail documentation how it should work. Headers need by handled in
HTTP, not in HTML? Charset type in html does not make sense?

mistral

Reply With Quote