I'm using postGre with tables which contain French character (?????...). Is there a fonction which performs a like in replacing ? (e cute) by e ?

to_ascii() should helps you

I got the following error:

select to_ascii('ê');
ERROR:  encoding conversion from UNICODE to ASCII not supported

Some comments about it.



---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

              http://www.postgresql.org/docs/faq

Reply via email to