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
> > 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
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
- 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:
>
>
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
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
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/
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