Re: character sets



well, i had a similar problem and solved it by encoding my index.html
with utf-8, by adding this meta tag:

<meta http-equiv="content-type" content="application/xhtml+xml;
charset=UTF-8" />

now every odd characters i add to database through web form are
displayed exactly as i've typed them.

hope it helps.
.



Relevant Pages

  • Re: Page encoded as UTF-8
    ... in the section of the page you may see a meta tag similar to ... >I am trying to put the Google site search code into my site. ... >their code to match my page's encoding. ... > How do I know how whether my page is encoded as UTF-8, ...
    (microsoft.public.frontpage.client)
  • Re: automating the SQL warning and the choice of text format
    ... automatically select 'yes' and 'utf-8' rather than changing the registry, ... In order to get the correct encoding, I believe that you have to do the ... You need one of those for each data source. ... For a comma-delimited file using UTF-8 encoding, ...
    (microsoft.public.word.mailmerge.fields)
  • Re: DBD::ODBC and character sets
    ... you have and accept UTF-8 encoded data does mean you need to "use ... encoding" but if your script is encoded in xxx you need "use encoding ... Perl sees the left-hand side of eq as a string literal containg sixcharacters encoded as ISO-8859-1 ...
    (perl.dbi.users)
  • Re: PEP 263 status check
    ... > chosing windows-1252 as the source encoding. ... in the string module, the string methods and all through ... encoded data (including utf-8 encodings) ... character that is outside of the 7-bit ascii subset. ...
    (comp.lang.python)
  • Re: convert from utf-8 to unicode(excel)
    ... Is there a possibility to properly convert under Windows from utf-8 ... encoding to unicode ... There is no problem in conversion when I do it in Notepad. ... a file marking encoding as UTF-8 and then save it marking encoding as ...
    (comp.editors)

Loading