Re: mySQL access to extended ASCII characters
It does not look like a MySQL problem.
Try fhe folllowing:
1. Check that your PHP script send proper charset information:
Content-Type: text/html; charset=utf-n8
2. Check that browser gets charset information correctly.
For example, in Moziilla:
View -> Character Set
3. Check whether data gets grabled during INSERT or during SELECT:
SELECT hex(itemString) FROM myItems;
Perhaps one of the above will help to find the reason of the problem.
About upgrading from 4.0 to 4.1, please take a look into the manual.
Subject
Views
Written By
Posted
6679
February 04, 2005 01:47PM
Re: mySQL access to extended ASCII characters
2939
May 07, 2005 09:08AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.