[PHP] PHP charset problem

2006-01-29 Thread php @ net mines

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

Mario 


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Charset Problem

2004-07-29 Thread Gerske, Sebastian
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,COERCIBLE) for operation 'like'

the database is completly configured as ascii charset so i need to know how
to i change the charset from swedish (latin1) to ascii in php ?

btw i configured php as --with-mysql/usr/local/mysql



thanks for answers



s gerske

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Charset problem with DBF database

2003-03-24 Thread Alexander Weber
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 (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php