Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 3367:84ee3ca77e7f
[xemacs-hg @ 2006-04-29 14:36:49 by aidan]
Support Unicode escapes in the Lisp reader, taking the syntax from C#.
author | aidan |
---|---|
date | Sat, 29 Apr 2006 14:36:57 +0000 |
parents | 316fddbf58e2 |
children | 959746c534f6 |
line wrap: on
line diff
--- a/src/ChangeLog Fri Apr 28 21:51:06 2006 +0000 +++ b/src/ChangeLog Sat Apr 29 14:36:57 2006 +0000 @@ -1,3 +1,10 @@ +2006-04-29 Aidan Kehoe <kehoea@parhasard.net> + + * lread.c: + * lread.c (read_escape): + Support \uABCD and \U00ABCDEF for specifying characters by their + Unicode code point. + 2006-04-25 Stephen J. Turnbull <stephen@xemacs.org> Repair busted commit, plus some gratuitous doc improvements.