Re: Can't insert ASCII value above 127 using utf8
Posted by:
Tony Russo
Date: September 19, 2005 08:50PM
Was able to resolve the problem by using latin1 (not utf8) character set.
SET CHARACTER SET latin1 so PHP used the correct character set.
SET character_set_database=latin1 so 'LOAD DATA LOCAL INFILE' recognized latin1 character.
Edited 1 time(s). Last edit at 09/19/2005 08:52PM by Tony Russo.
Subject
Views
Written By
Posted
4478
September 16, 2005 11:39AM
Re: Can't insert ASCII value above 127 using utf8
2088
September 19, 2005 08:50PM
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.