Fix escape sequence normalization for wide strings
authorMichael Gran <spk121@yahoo.com>
Sun, 30 Aug 2009 23:48:03 +0000 (16:48 -0700)
committerMichael Gran <spk121@yahoo.com>
Sun, 30 Aug 2009 23:55:17 +0000 (16:55 -0700)
commit5f5920e012d953def86a1c04a8e8d1a14b85f1a5
treeb870e6bba5d03dbe2d46210998791b96560d47db
parentfac32b518ef9f456e8f6465c00e6c6f40a1123a8
Fix escape sequence normalization for wide strings

* libguile/strings.c (scm_to_stringn): convert unistring escapes to
  guile escapes for both wide and narrow strings
libguile/strings.c