I have to convert names with characters greater than ASCII 122 - z to use it 
in a select statement:

Is there a way to do it, like
select field, function(field) as converted ....

Examples:

não -> nao
você -> voce
cabeça -> cabeca
É Possibile -> E Possibile
N` Aniré -> N Anire
Sé Mañana -> Se Manana
Ärger -> Aerger
a.s.o

Could you give me some hints, please?

Al

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

Reply via email to