RE: Problem with character set and connection collation

2008-04-28 Thread Jerry Schwartz
-infoshop.com www.giiexpress.com www.etudes-marche.com >-Original Message- >From: Tim McDaniel [mailto:[EMAIL PROTECTED] >Sent: Monday, April 28, 2008 12:19 PM >Cc: mysql@lists.mysql.com >Subject: RE: Problem with character set and connection collation > >On Mon, 28 Apr 2008, Jerry

RE: Problem with character set and connection collation

2008-04-28 Thread Tim McDaniel
On Mon, 28 Apr 2008, Jerry Schwartz <[EMAIL PROTECTED]> wrote: A week or so ago I explored this in depth because I was having the same problems. (It was affecting an English file that had some Windows (CP-1252) characters that didn't directly map to UTF-8. That message is at http://lists.mysql.co

RE: Problem with character set and connection collation

2008-04-28 Thread Jerry Schwartz
nt: Sunday, April 27, 2008 6:01 AM >To: mysql@lists.mysql.com >Subject: Problem with character set and connection collation > >Hello all, >here is my problem: > >I am trying to set mysql to unicode character, so that i can get my >dictionary application to look at words in Ne

Re: Problem with character set and connection collation

2008-04-28 Thread Leandro Chapuis
Hi Sulo, Open the file you are importing as it is probably that it contains references of another character set in the table creation. If so replace that character set for '' or 'utf8'. I hope it helps, Leandro sulochan acharya wrote: Hello all, here is my problem: I am trying to set my

Problem with character set and connection collation

2008-04-27 Thread sulochan acharya
Hello all, here is my problem: I am trying to set mysql to unicode character, so that i can get my dictionary application to look at words in Nepali. here is my setting: mysql charset: utf-8 unicode when i make a new database: mysql connection collation is utf8-general-ci and my new database col