PDA

View Full Version : UNICODE data Input/Search


netflix
09-30-2006, 06:04 AM
hi there, i downloaded php magic trial version and trying to create a database to work with unicode data.

i just created a field called 'name' and trying to input a name using unicode, but php magic don't move from there to add the data.

instead, inserting a name in english does the adding.

is there anyway, i can make this happen ? i mean inserting unicode data to a field and also able to search with it?

thx in advance for any help.
regards.
netflix.

Sandman
09-30-2006, 12:45 PM
PHP 6.0 is scheduled to deal with Unicode.

A new switch in php.ini will allow you to disable Unicode semantics (by default they will be on). There will also be various string improvements related to Unicode.