Re: [Zope] unicode error in standard ZPT form

2006-03-29 Thread MIlos Prudek
On Tuesday 28 of March 2006 23:48, MIlos Prudek wrote: > I have a typical ZPT form that redisplays entered data if invalid data is > entered: > > > > Unfortunately it throws a Unicode exception if a Czech accented character > is entered. Such as "s" with a hacek. Or "c" with a hacek. Possibly appl

[Zope] unicode error in standard ZPT form

2006-03-28 Thread MIlos Prudek
I have a typical ZPT form that redisplays entered data if invalid data is entered: Unfortunately it throws a Unicode exception if a Czech accented character is entered. Such as "s" with a hacek. Or "c" with a hacek. Possibly applies to many other languages as well. Is there a workaround? Zop