Re: Unicode ports patch

2009-09-02 Thread Ludovic Courtès
Hi! Mike Gran writes: >> > It would be nicer if string ports were actually bytevector ports, and that >> > they were locale-independent?  Or that scm_get_output_bytevector returned >> > a >> > locale-independent (ergo 8-bit or 32-bit) vector? >> >> The latter. > > The test suite requires an

Re: Unicode ports patch

2009-09-01 Thread Mike Gran
> > It would be nicer if string ports were actually bytevector ports, and that > > they were locale-independent?  Or that scm_get_output_bytevector returned a > > locale-independent (ergo 8-bit or 32-bit) vector? > > The latter. The test suite requires an API for testing the correctness of the

Re: Unicode ports patch

2009-09-01 Thread Ludovic Courtès
Hi! Mike Gran writes: >> On Tue 01 Sep 2009 10:19, l...@gnu.org (Ludovic Courtès) writes: >> >> > Mike Gran writes: >> > >> >> The latest commit 'Add full Unicode capability to ports and the default >> >> reader' 889975e51accb80491af76fc5db980aeb3edd342 adds the majority of >> >> the functional

Re: Unicode ports patch

2009-09-01 Thread Mike Gran
- Original Message > From: Andy Wingo > To: Ludovic Courtès > Cc: guile-devel@gnu.org > Sent: Tuesday, September 1, 2009 11:25:26 AM > Subject: Re: Unicode ports patch > > Hi, > > On Tue 01 Sep 2009 10:19, l...@gnu.org (Ludovic Courtès) writes: > >

Re: Unicode ports patch

2009-09-01 Thread Andy Wingo
Hi, On Tue 01 Sep 2009 10:19, l...@gnu.org (Ludovic Courtès) writes: > Mike Gran writes: > >> The latest commit 'Add full Unicode capability to ports and the default >> reader' 889975e51accb80491af76fc5db980aeb3edd342 adds the majority of >> the functionality for non-ASCII strings. > > This pa

Re: Unicode ports patch

2009-09-01 Thread Ludovic Courtès
Hello! Mike Gran writes: > The latest commit 'Add full Unicode capability to ports and the default > reader' 889975e51accb80491af76fc5db980aeb3edd342 adds the majority of > the functionality for non-ASCII strings. This patch adds a few functions related to string ports: * libguile/strports

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/

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