Hello there,

I have the following problem, I open a terminal on the mysql server with "set names utf8".

I have the following string: _latin1"φου" (this is a greek word),
how can i get back the utf sting?

I tried various combinations using convert and cast but i can't get it to work..

e.x. select cast(_latin'φου' as char character set utf8);

Thanks in advance,
Trochalakis Christos

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to