comparison tests/ChangeLog @ 3439:d1754e7f0cea

[xemacs-hg @ 2006-06-03 17:50:39 by aidan] Just-in-time Unicode code point support.
author aidan
date Sat, 03 Jun 2006 17:51:06 +0000
parents a1f50481569f
children 3b1f8220a65e
comparison
equal deleted inserted replaced
3438:14fbcab7c67b 3439:d1754e7f0cea
1 2006-06-03 Aidan Kehoe <kehoea@parhasard.net>
2
3 * automated/mule-tests.el:
4 Add checks that several Unicode characters, expressed as
5 UTF-8-encoded strings, are handled correctly by the UTF-8 support
6 of the escape-quoted character set.
7 * automated/mule-tests.el (unicode-code-point-to-utf-8-string): New.
8 Convert a Unicode code point to the equivalent UTF-8 string.
9 This is a naive implementation in Lisp.
10
1 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org> 11 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org>
2 12
3 * XEmacs 21.5.27 "fiddleheads" is released. 13 * XEmacs 21.5.27 "fiddleheads" is released.
4 14
5 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> 15 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org>