|
I have a very tricky problem. I had an access database
with special chars in it. I converted it into mysql using
adodb library (very cool btw). Problem now is that old
special characters are messed up, for example for
Unicode '00ER' character in database this is stored as π
( & # 9 6 0 ; )
I tried all conversions form php to show correct values,
but have no idea how I got these values from a simple
conversion.
Any help?
|