Alberto Valverde wrote:
Yes that's exactly what I did. I did not keep that code but that's it. That solved the editing problem I had with French characters on the 20 minutes wiki.I know... I posted before seeing you had just replied :)
Thanks, guys! The UnicodeCol trick worked nicely.
class Page(SQLObject):
pagename=UnicodeCol(alternateID=True, length=30)
data=UnicodeCol()
-- Kind regards, Alexei Vinidiktov

