I have French text with accents in it and would rather (for search purposes)
be able to search for things with the accents removed. Is there any builtin
postgres function which will do this?
Here is the format of some accented (French) words in my database:
fran\347ais caf\351 t\364\t br\373le r\352ver \342nes b\350gues
which I want to be able to search for as:
francais cafe tot brule rever anes begues
Celia