Hi all
I'm using PHP 4.x and MySQL 3.x. I'm saving in my DB various fields with
greek text.
What I need to do is pass that data to flash in UTF format, but the MySQL
doesn't support UTF.
Is there a way to take the greek text and convert it to UTFchars so Flash
can read it?
Many Thanks
Mar
Dear list,
im running mysql 4.1 and php 4.3.8 and have the following problem with
charset. If i select a row from a table like
SELECT *
FROM ip
WHERE ip
LIKE '127.0.0.1'
LIMIT 0 , 30
i get the error:
#1267 - Illegal mix of collations (ascii_general_ci,IMPLICIT) and
(latin1_swedish_ci,COERCI
Hello,
I have a DBF database with some ASCII characters like ALT+154 (Ü) etc.
I read out the database but instead of an Ü i get an s.
Tried out charsetconverting from/to ASCII, UTF-8/7 and ISO, but nothing gave
me the rigth letter.
Anybody an idea?
THX
Alex
--
PHP General Mailing List (htt
3 matches
Mail list logo