> From: Andy Wingo [email protected] > 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
