On 07/11/11 07:09, Elias Pipping wrote:
I meant write:

with autogen 5.12 and guile 2.0.2 I get a test failure that I do not
get with the same version of autogen and guile 2.0.0.

Ah, right.  I took a guess at intentions.  But, it doesn't matter.

The fact is I was told by folks on the guile list I ought to be
using those scm to/from locale string thingies.  I did.  Now the
code has changed so they don't work the way they used to.  That is
an interface change.  If the interface changes, the interface name
ought to change, too.  Someone please name the correct function
that will not add the eighth bit when the character value is 0x7F
(the DEL character).  I will have to version the interface so that
I only use the locale string stuff prior to 2.0.2.  So much for
getting rid of the versioned interface glue.  :(

Reply via email to