Am Dienstag, 8. Mai 2007 19:20 schrieb Gerard M: > Whenever I try to save a word containing "special" characters in it > (for example áéíóú) I get the following django error: > "invalid byte sequence for encoding "UTF8": 0xe92020 HINT: This error > can also happen if the byte sequence does not match the encoding > expected by the server, which is controlled by "client_encoding"." > I know that I need to set something to my database/table but I dont > know where or how to achieve this, Set client_encoding to the encoding that your client application is really producing. -- Peter Eisentraut http://developer.postgresql.org/~petere/