[OGDev] Wiki::Toolkit Unicode error?
Nick Burch
openguides at gagravarr.org
Wed Apr 18 15:04:59 BST 2007
On Wed, 18 Apr 2007, Earle Martin wrote:
> Has anyone else encountered this, and/or is able to suggest a fix?
>
> [After trying to save a node:]
> DBD::Pg::st execute failed: ERROR: invalid byte sequence for encoding
> "UNICODE": 0xa3 at ../lib/Wiki/Toolkit.pm line 895
Try adding:
# ...the encoding that your database uses? (blank if default)
dbencoding = utf8
to your wiki.conf
Nick
More information about the OpenGuides-Dev
mailing list