Re: Error in UTF8 encoding (Committed)

2003-08-20 Thread Leopold Toetsch
Peter Gibbs wrote: Leopold Toetsch wrote: [bogus error] Sorry for the false alarm. YAMDI[1] leo [1] Yet Another Missing Dependencies Issue make realclean did help

Re: Error in UTF8 encoding (Committed)

2003-08-20 Thread Leopold Toetsch
Peter Gibbs <[EMAIL PROTECTED]> wrote: > Hi all > I am back to playing with parrot for a while. Fine, welcome back. > Discovered that the UTF8 encoding function was producing > garbage courtesy of two macros in unicode.h; I have fixed > these and added a test to string.t that does a transcode to

Re: Error in UTF8 encoding (Committed)

2003-08-20 Thread Peter Gibbs
Leopold Toetsch wrote: > Still something fishy: > > $ parrot t/op/string_117.pasm | od -c > 000 A S C I I i s t h e s a m > 020 e a s U T F 8 \n 200 200 200 200 200 200 > 040 200 200 200 200 200 200 200 200 200 200 200 200 20

Error in UTF8 encoding (Committed)

2003-08-20 Thread Peter Gibbs
Hi all I am back to playing with parrot for a while. Discovered that the UTF8 encoding function was producing garbage courtesy of two macros in unicode.h; I have fixed these and added a test to string.t that does a transcode to UTF8. Patch below - but has already been committed, since nobody eve