Another tidbit about this:
Windows-based browsers apparently translate between CP-1252 and UTF-8
automatically. This generally doesn't cause trouble, but it cost me a lot of
sweat and tears to figure out.
I never looked to see what *nix-based browsers do, I ran out of time and
energy.
Regards
On 1/19/10 2:19 AM, "Ningappa Koneri" wrote:
> 3.It worked even after removing tag from the head tag as well <-- plz
> through some light y it got displayed at the browser ?
this is not a mysql question. but see:
http://www.w3.org/TR/1999/REC-html401-19991224/charset.html#h-5.2.2
the likelih
style | www.comviva.com
-Original Message-
From: fsb [mailto:f...@thefsb.org]
Sent: Tuesday, January 19, 2010 2:35 AM
To: Ningappa Koneri; mysql@lists.mysql.com
Subject: Re: Regarding storing non-english chars in mysql
you can specify the character encoding (called CHARSET in mysql) and
co
ginal Message-
> From: Ningappa Koneri [mailto:ningappa.kon...@comviva.com]
> Sent: Sunday, January 17, 2010 11:32 PM
> To: mysql@lists.mysql.com
> Subject: Regarding storing non-english chars in mysql
>
> Dear all,
>
> I have a problem in migrating a GUI app(displays multi lingua
http://dev.mysql.com/doc/refman/5.0/en/charset.html
-Original Message-
From: Ningappa Koneri [mailto:ningappa.kon...@comviva.com]
Sent: Sunday, January 17, 2010 11:32 PM
To: mysql@lists.mysql.com
Subject: Regarding storing non-english chars in mysql
Dear all,
I have a problem in
Dear all,
I have a problem in migrating a GUI app(displays multi lingual data like
Arabic) which currently uses oracle as backend db to mysql (5.1). Currenly in
oracle I am using NVARCHAR datatype to store the Arabic chars. How do I
incorporate the same functionality in mysql ? I have tried a s