2 Dec
2002
2 Dec
'02
4:26 p.m.
On Monday 02 December 2002 4:11 pm, Maik Jablonski wrote:
I don't have much experience with the unicode-converters too... that's my problem for this issue...:-(
I had seen this bug on the list, but hant spotted that it was a unicode-related. I will try to take a look sometime this week.
Abel Deuring told me a patch, which solves the problem in the meanwhile:
In OFS/dtml/properties.dtml I replaced
<select name="xyz:utf8:list" multiple>
with:
<select name="xyz:utf8:list:string" multiple>
It works for me, but I'm not sure, if this is a good approach on this problem (think of the integers as items for the multiple-select).
I havent looked in detail yet, but my first impression is that this is a good approach.