[PATCH] Have string ports honor ‘%default-por t-encoding’

2010-01-04 Thread Ludovic Courtès
Hello, The attached patch fixes string ports so that their encoding defaults to ‘%default-port-encoding’ (as for other ports) instead of UTF-8. Mike: can you review it? Thanks, Ludo’. >From 7228c59977106d6b87f2347ffb77466073f832a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?

Re: Truncated print

2010-01-04 Thread Ludovic Courtès
Hi Andy! Andy Wingo writes: > On Sun 03 Jan 2010 00:52, l...@gnu.org (Ludovic Courtès) writes: [...] >>> +(truncated-print "The quick brown fox" #:width 10) (newline) >>> +...@print{} "The quick brown..." >> >> I think it’d be nice to default to ‘HORIZONTAL ELLIPSIS’ (U+2026). >> Perhaps the e

Re: [PATCH] Unicode string normalization

2010-01-04 Thread Mike Gran
> From: Julian Graham > > Hi Guilers, > > Happy new year! > > Find attached a patch that adds C and Scheme support for the four > Unicode string normalization forms [0], along with documentation and > unit tests.  The API matches the one described in R6RS Standard > Libraries 1.2 [1].  Question

Re: [PATCH] Have string ports honor ‘% default-port-encoding’

2010-01-04 Thread Mike Gran
> From: Ludovic Courtès > > Hello, > > The attached patch fixes string ports so that their encoding defaults to > ‘%default-port-encoding’ (as for other ports) instead of UTF-8. > > Mike: can you review it? Hi Ludovic, It is a bit hard for me to review this as I don't have access to my machi