RE: Unicode characters are giving me question marks

2005-03-06 Thread Pengz9
one has to encode "extend string or any unicode" to utf-8 first and then insert it to MySQL database 4.1 Most likely you did not encode them to utf-8. zhi peng "Steve Quezadas" <[EMAIL PROTECTED]> wrote: >Hey guys, > >I just upgraded to mysql 4.1 and I'm trying to get damn unicode to work i

Re: Unicode characters are giving me question marks

2005-03-02 Thread Gleb Paharenko
Hello. Use MySQL Query Browser instead of MySQL CC. What output does the following statement produce: show variables like '%char%'; "Steve Quezadas" <[EMAIL PROTECTED]> wrote: > Hey guys, > > I just upgraded to mysql 4.1 and I'm trying to get damn unicode to work in > my databa

Unicode characters are giving me question marks

2005-03-01 Thread Steve Quezadas
Hey guys, I just upgraded to mysql 4.1 and I'm trying to get damn unicode to work in my database. I put "default-character-set=utf8" in my my.cnf file and restarted the database. Then I created a brand new database new table, new field. I try hooking into the newly created database with Mysql Co