> I think that you should change your model definition to use UnicodeCols: > > class Page(SQLObject): > pagename=UnicodeCol(alternateID=True, length=30) > data=UnicodeCol()
Hi, 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. By the way maybe we could change this in the Wiki tutorial so that people would just have a more generic model that would permit to use characters other than US-ASCII without playing with the encode/decode string methods or modifying the model ? Florent.

