[OGDev] Wiki::Toolkit Unicode error?

David Sheldon dave at earth.li
Wed Apr 18 15:05:09 BST 2007


On Wed, Apr 18, 2007 at 02:01:10PM +0100, 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

Either set postgres to not use unicode for that database, or make sure
that all the content is utf-8 before inserting it. 

I think that browsers should encode post content in the same charset as
the page that served the form, so setting the content-encoding to utf-8
on all your pages might do it.

Cotswoldguide has this problem I think.

Hope that helps

David

-- 
     Windows isn't CrippleWare -- it's "Functionally Challenged"
                          -- Andrew Jackson



More information about the OpenGuides-Dev mailing list