[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Problems with case folding of UTF-8



Hi

I've digged more into this now, and you're right, something was wrong.
My apologies for not realizing this at once. Unicode has a composition
exclusion list. Due to a bug in the exclusion code in ucgendat.c we
excluded quite a lot of compositions that we shouldn't have. I've now
replaced 15 with 5 at two places in ucgendat.c, and everything should
be okay. So please check latest CVS and let me know how it works.

Thanks a lot for reporting this! I'm quite happy you found it before
2.1 was released.

BTW, with latest HEAD I'm not allowed to have non-ascii DNs it seems.
I haven't tried to see why yet. I suppose you are aware of it.

Stig