On Fri, Sep 03, 2004 at 07:18:51PM +0200, Marcin Wojdyr wrote: > Thanks for your reply, but I think I need more hints. > In demo/pages.ptl I added, at the beginning of _q_index following lines: > request.response.set_charset(str('UTF-8')) > unichr(0xf3) That should work. > unichr(0xf3) > UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in > position 0: ordinal not in range(128) You are not using the _c_htmltext extension, are you? That has not been converted to use unicode yet. Neil