Unicode issues

Hi *, I keep having a PGERROR

PGError: ERROR: invalid byte sequence for encoding “UTF8”: 0xa9
(ActiveRecord::StatementInvalid)

My db (postgres) is UTF-8, and I set encoding:unicode in database.yml.
Someone else had this problem and solved it ??

TIA,
ngw

Nicholas W.
[email protected]

check your data, probably your code tries to save some string that
is in non-utf8 encoding.

2007/3/15, Nicholas W. [email protected]: