Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 2622:c8a9be2d4728
[xemacs-hg @ 2005-02-28 23:36:30 by aidan]
Add details about losing data to the unicode-to-char docstring.
The Mule character encoding model means that extant Unicode coding systems
will lose data. Make this clear in the docstring of unicode-to-char, give
sample code to implement support for some desired code points should our
distributors want to do that.
author | aidan |
---|---|
date | Mon, 28 Feb 2005 23:36:32 +0000 |
parents | 5e906dd5c3e9 |
children | 48facb601f29 |
line wrap: on
line diff
--- a/src/ChangeLog Mon Feb 28 22:51:03 2005 +0000 +++ b/src/ChangeLog Mon Feb 28 23:36:32 2005 +0000 @@ -1,3 +1,11 @@ +2005-03-01 Aidan Kehoe <kehoea@parhasard.net> + + * unicode.c: The Mule character encoding model means that extant + Unicode coding systems will lose data. Make this clear in the + docstring of unicode-to-char, give sample code to implement + support for some desired code points should our distributors want + to do that. + 2005-02-28 Aidan Kehoe <kehoea@parhasard.net> * select-gtk.c (emacs_gtk_selection_handle):