Re: Strings - takers wanted

2005-03-12 Thread Leopold Toetsch
Aldo Calpini <[EMAIL PROTECTED]> wrote: > Leopold Toetsch wrote: > > 1) ICU should be optional > > > > If configured --without-icu the Makefile shouldn't contain ICU stuff, > > and function calls to ICU (mainly in string_primitives) should be > > wrapped inside #if PARROT_HAS_ICU. > I'm gonna take

Re: Strings - takers wanted

2005-03-11 Thread Aldo Calpini
Leopold Toetsch wrote: > 1) ICU should be optional > > If configured --without-icu the Makefile shouldn't contain ICU stuff, > and function calls to ICU (mainly in string_primitives) should be > wrapped inside #if PARROT_HAS_ICU. I'm gonna take this one (unless Steven Schubiger is already working o

Re: Strings - takers wanted

2005-03-09 Thread Leopold Toetsch
Steven Schubiger wrote: I'll try, although I've never worked on the core before, but I have a broad knowledge concerning perl guts and implementation. WRT both mails: select one task that is familar to you, having some knowledge of Parrot core is really helpful, then look into the referenced file

Strings - takers wanted

2005-03-09 Thread Leopold Toetsch
1) ICU should be optional If configured --without-icu the Makefile shouldn't contain ICU stuff, and function calls to ICU (mainly in string_primitives) should be wrapped inside #if PARROT_HAS_ICU. 2) complete src/encoding.c encoding registering, lookup, deinit, and opcodes can follow the scheme