Re: [Haskell-cafe] HDBC, character encoding

2008-03-31 Thread Bjorn Bringert
2008/3/26 Adrian Neumann [EMAIL PROTECTED]: Hi, I wrote a CGI program to access a Postgres database using HDBC. The database stores books and I want to display those from a certain author. Everything works fine, unless I search for someone with an umlaut in his name. Böll, for example. I

Re: [Haskell-cafe] HDBC, character encoding

2008-03-31 Thread Peter Gammie
On 31/03/2008, at 11:42 PM, Bjorn Bringert wrote: 2008/3/26 Adrian Neumann [EMAIL PROTECTED]: Hi, I wrote a CGI program to access a Postgres database using HDBC. [...] I think that Peter Gammie (copied) has some code to deal with this. I added some stuff to HSQL (not HDBC) and HaskellDB

Re: [Haskell-cafe] HDBC, character encoding

2008-03-26 Thread Don Stewart
aneumann: Hi, I wrote a CGI program to access a Postgres database using HDBC. The database stores books and I want to display those from a certain author. Everything works fine, unless I search for someone with an umlaut in his name. Böll, for example. I have a function like this