bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [r6rs] #\x0 is a perfectly valid character datum representation


From: Mike Gran
Subject: Re: [r6rs] #\x0 is a perfectly valid character datum representation
Date: Mon, 21 Jun 2010 13:42:57 -0700 (PDT)

> From: Andy Wingo address@hidden

> Hi Mike,

> Thanks for the explanation :-)

>> r6rs hex *character* escapes and Guile 1.8.x octal
>> character escapes could logically coexist without confusion.

> Let's do that. Shall you, or shall I?

It would happen more quickly if you did it.

You'd just have to remove the SCM_R6RS_ESCAPES_P
from the following line of scm_read_character() in read.c

969  if (cp == 'x' && (charname_len > 1) && SCM_R6RS_ESCAPES_P)

Thanks,

Mike



reply via email to

[Prev in Thread] Current Thread [Next in Thread]