On Tue, Oct 08, 2002 at 04:37:45PM +0200, holger krekel wrote: > Wouldn't it be possible to use "modifiers" like in u'a unicode string'? That was our first idea. The problem is that most literal strings in PTL files would have a modifier. I think it makes more sense to have the switch at the function level. > How does your new code work with unicode, anyway? I haven't thought about unicode but I'm pretty sure it can be made to work sanely if it doesn't already. Neil