Encoding problems (2nd part)
Nicolas Neuss <[email protected]>
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Organization | KIT Karlsruhe |
| Message-ID | <[email protected]> |
Hello, I fear that my previous post was a false alarm, and the problem was due to an error of myself. The UTF-8 type characters were in my database which I had generated from reading in a postgresql dump. Now I have rebuilt my database with the correct latin-1 characters, and (at least for the moment) everything works fine (using the postgresql-socket interface). Nicolas