Re: [Chicken-users] string-translate and utf-8

2008-11-28 Thread felix winkelmann
On Thu, Nov 27, 2008 at 8:55 PM, Kon Lovett [EMAIL PROTECTED] wrote: Hi, The problem below is fixed with 2.0.5 of the utf8 egg. The source of the problem was the rewriting of some string operations by the compiler which were rebound in the same compilation-unit. This can be a feature or a

Re: [Chicken-users] string-translate and utf-8

2008-11-27 Thread Kon Lovett
Hi, The problem below is fixed with 2.0.5 of the utf8 egg. The source of the problem was the rewriting of some string operations by the compiler which were rebound in the same compilation-unit. This can be a feature or a gotcha so programmers should be aware. (The most reliable source of

Re: [Chicken-users] string-translate and utf-8

2008-11-08 Thread Sunnan *
Well; here's a transcript: CHICKEN (c)2008 The Chicken Team (c)2000-2007 Felix L. Winkelmann Version 3.2.7 - linux-unix-gnu-x86-64 [ 64bit manyargs dload ptables applyhook hostpcre ] compiled 2008-08-21 on debian (Linux) #;1 (string-translate i ö o_) Error: (string-translate) invalid

Re: [Chicken-users] string-translate and utf-8

2008-11-08 Thread Alex Shinn
Ah, sorry, I didn't have the latest version of the utf8 egg. I can reproduce the bug now. -- Alex Sunnan * [EMAIL PROTECTED] writes: Well; here's a transcript: CHICKEN (c)2008 The Chicken Team (c)2000-2007 Felix L. Winkelmann Version 3.2.7 - linux-unix-gnu-x86-64 [ 64bit manyargs dload

Re: [Chicken-users] string-translate and utf-8

2008-11-07 Thread felix winkelmann
On Sun, Nov 2, 2008 at 1:40 PM, Sunnan [EMAIL PROTECTED] wrote: I'm updating old code that used to work: (require-extension syntax-case utf8 srfi-1 utf8-srfi-13 miscmacros) ;(import utf8) ;(import utf8-srfi-13) ;(commented out since they're not needed anymore?) (use utf8-srfi-13) ;(I've

Re: [Chicken-users] string-translate and utf-8

2008-11-07 Thread Kon Lovett
On Nov 2, 2008, at 4:40 AM, Sunnan wrote: I'm updating old code that used to work: (require-extension syntax-case utf8 srfi-1 utf8-srfi-13 miscmacros) ;(import utf8) ;(import utf8-srfi-13) ;(commented out since they're not needed anymore?) (use utf8-srfi-13) ;(I've tried with and without

Re: [Chicken-users] string-translate and utf-8

2008-11-07 Thread Alex Shinn
Hi, sorry for the late reply. Sunnan [EMAIL PROTECTED] writes: I'm updating old code that used to work: (require-extension syntax-case utf8 srfi-1 utf8-srfi-13 miscmacros) ;(import utf8) ;(import utf8-srfi-13) ;(commented out since they're not needed anymore?) (use utf8-srfi-13) ;(I've

[Chicken-users] string-translate and utf-8

2008-11-02 Thread Sunnan
I'm updating old code that used to work: (require-extension syntax-case utf8 srfi-1 utf8-srfi-13 miscmacros) ;(import utf8) ;(import utf8-srfi-13) ;(commented out since they're not needed anymore?) (use utf8-srfi-13) ;(I've tried with and without this line) (string-translate i ö o_) ;; this