Re: [Chicken-users] UTF8 egg case conversion problem

2011-01-26 Thread Alex Shinn
On Tue, Jan 25, 2011 at 11:46 PM, Mehmet Kose mehmet.k...@gmail.com 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

Re: [Chicken-users] UTF8 egg case conversion problem

2011-01-25 Thread Mehmet Kose
#;13 (use utf8-case-map) #;14 (utf8-string-downcase İ tr) ; this code should return i I ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] UTF8 egg case conversion problem

2011-01-24 Thread Mehmet Kose
Problem persists Sir, utf8-case-map.scm line 323. ___ Chicken-users mailing list Chicken-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] UTF8 egg case conversion problem

2011-01-24 Thread Alex Shinn
On Mon, Jan 24, 2011 at 10:36 PM, Mehmet Kose mehmet.k...@gmail.com wrote: Problem persists Sir, utf8-case-map.scm line 323. Considering that's a different function it would have to be a different problem. Can you give me a test case that fails? -- Alex

Re: [Chicken-users] UTF8 egg case conversion problem

2011-01-16 Thread Alex Shinn
Fixed. On Tue, Jan 4, 2011 at 8:08 PM, Christian Kellermann ck...@pestilenz.org wrote: Dear Alex, * Alex Shinn alexsh...@gmail.com [110104 03:38]: I'll double check some of these cases and release a new version shortly. While you are at the code, can you change the one 'noop' symbol to

Re: [Chicken-users] UTF8 egg case conversion problem

2011-01-04 Thread Christian Kellermann
Dear Alex, * Alex Shinn alexsh...@gmail.com [110104 03:38]: I'll double check some of these cases and release a new version shortly. While you are at the code, can you change the one 'noop' symbol to 'void' since noop has been deprecated in newer chickens. Changing that makes it work for me

[Chicken-users] UTF8 egg case conversion problem

2011-01-03 Thread Mehmet Köse
Hi everyone, utf8-string-downcase cannot convert Latin Letter With Dot Above correctly. (U-0130, only Turkish has this letter afaik.) This one-line patch fixes the problem for me: --- utf8-case-map.scm.orig 2011-01-04 00:08:10.559095845 +0200 +++ utf8-case-map.scm 2011-01-04