View Single Post

   
  #1 (permalink)  
Old 04-09-2008, 05:38 AM
jarek.nowotka@gmail.com
 
Posts: n/a
Default portuguese characters

Hi,
I have a problem with some portuguese characters like:

select translate('programação', 'aszzclóençã ',
'aszzcloenca+');

i get:

WARNING: ignoring unconvertible UTF-8 character 0xc3a3

and return is:

programaco

without 'a'

is this a problem with tabel encoding? or what? please help and
comment.

Jarek

Reply With Quote