The following bug has been logged online:
Bug reference: 1174
Logged by: Peter of the Norse
Email address: RahmCoff@Radio1190.Colorado.edu
PostgreSQL version: 7.3.5
Operating system: Linux
Description: to_ascii doesn't work on eth in Latin-1
Details:
In the Latin-1 encoding, both eths, Ð chr(208) and ð chr(240), get mapped to
space instead of D and d like they should.
Actually, they should get mapped to 'th', but I'd rather have the speed
instead of strict accuracy.