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