Linux default encoding is utf8, the same as the database encoding. Windows as its own encodings - win1252 in my case.
Open postgresql.conf, find the line #client_encoding = SQL ASCII and change to: client_encoding = WIN1252 Now document module works fine! -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=32008#32008 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
