[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] UTF8 egg case conversion problem
From: |
Alex Shinn |
Subject: |
Re: [Chicken-users] UTF8 egg case conversion problem |
Date: |
Wed, 26 Jan 2011 22:27:29 +0900 |
On Tue, Jan 25, 2011 at 11:46 PM, Mehmet Kose <address@hidden> wrote:
> #;13> (use utf8-case-map)
> #;14> (utf8-string-downcase "İ" "tr") ; this code should return "i"
> "I"
Oops, indeed, and if I had actually applied the patch
I recommended in my earlier mail this would have worked.
Unfortunately I only applied half the patch :)
The second half is now patched and committed along
with a test case for this.
--
Alex