Enable character hex escapes by default
authorMichael Gran <spk121@yahoo.com>
Sat, 17 Jul 2010 11:16:57 +0000 (04:16 -0700)
committerMichael Gran <spk121@yahoo.com>
Sat, 17 Jul 2010 11:16:57 +0000 (04:16 -0700)
commit0f3a70cfa897530cdc50aa768d73d41419a5b360
treeeb3eb9f4e2afb49e1204cec7c1fcceda4cf75845
parent211683cc5c99542dfb6e2a33f7cb8c1f9abbc702
Enable character hex escapes by default

R6RS character hex escapes do not conflict with legacy Guile octal
character escapes, so they can be enabled by default.

* libguile/read.c (scm_read_character): modified
* test-suite/tests/reader.test: modify character escape tests
* doc/ref/api-data.texi: modified
* doc/ref/api-options.texi: modified
doc/ref/api-data.texi
doc/ref/api-options.texi
libguile/read.c
test-suite/tests/reader.test