Re: Unicode ports patch

2009-08-25 Thread Andy Wingo
On Tue 25 Aug 2009 17:06, Mike Gran writes: > The commit breaks functions that have to do with locale-specific case > conversion and character-sets, and some tests will fail for the time > being. Ah, should have read guile-devel first :) Happy hacking! A -- http://wingolog.org/

failing srfi-14 test suite

2009-08-25 Thread Andy Wingo
Hello, Running srfi-14.test FAIL: srfi-14.test: Latin-1 (8-bit charset): char-set:letter (membership) FAIL: srfi-14.test: Latin-1 (8-bit charset): char-set:letter (size) FAIL: srfi-14.test: Latin-1 (8-bit charset): char-set:lower-case (size) FAIL: srfi-14.test: Latin-1 (8-bit charset): char-set:up

Re: Unicode ports patch

2009-08-25 Thread dsmich
Mike Gran wrote: > The latest commit 'Add full Unicode capability to ports and the default > reader' 889975e51accb80491af76fc5db980aeb3edd342 adds the majority of > the functionality for non-ASCII strings. > > The commit breaks functions that have to do with locale-specific case > conver

Unicode ports patch

2009-08-25 Thread Mike Gran
The latest commit 'Add full Unicode capability to ports and the default reader' 889975e51accb80491af76fc5db980aeb3edd342 adds the majority of the functionality for non-ASCII strings. The commit breaks functions that have to do with locale-specific case conversion and character-sets, and some tes