Upgrade from 4.0 to 4.1 Character problems

2007-09-04 Thread Patricio A. Bruna
Hi, We've recently upgrade from MySQL 4.0.18 to 4.1.20 and our applications (Websphere) its not displaying the character as its supposed to do. But when i do a "select..." from comand , the results from the old server and the new are the same, also for mysql-query-browser. Thanks

Re: Character problems

2003-01-31 Thread Ken Menzel
Hi Maximo, Try this: add this to your HTML document Hope it helps Ken - Original Message - From: "Maximo Migliari" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 11:19 AM Subject: Character problems > Platform: windows > MySQ

Re: Character problems

2003-01-31 Thread Dan Nelson
In the last episode (Jan 30), Maximo Migliari said: > Note that for the name field, the characters ç, í, â, are all appearing > correctly. > > Now when I select this information from PHP and print it as a webpage, this > is what I get: > ? instead of â, > ¡ instead of í > ? instead of ç > >

Character problems

2003-01-30 Thread Maximo Migliari
Platform: windows MySQL version: 4.0.9-gamma PHP version: 4.3.0 Connected through Command Prompt via MySQL client to local MySQL server. Output from a SELECT query: mysql> select * from category; +++---+--+-++ | id | parent | name