Mercurial > hg > xemacs-beta
diff lisp/unicode.el @ 2575:e71117a6ddac
[xemacs-hg @ 2005-02-09 15:29:07 by aidan]
Add support and Unicode mapping tables for ISO 8859-16 by default. Not
_quite_ the one-line change I thought it would be, but very trivial for all
that.
author | aidan |
---|---|
date | Wed, 09 Feb 2005 15:29:12 +0000 |
parents | 5e2653bc0ab0 |
children | b921e3d0ac3e |
line wrap: on
line diff
--- a/lisp/unicode.el Tue Feb 08 23:59:51 2005 +0000 +++ b/lisp/unicode.el Wed Feb 09 15:29:12 2005 +0000 @@ -101,6 +101,7 @@ ;; "8859-13.TXT" ("8859-14.TXT" latin-iso8859-14 #xA0 #xFF #x-80) ("8859-15.TXT" latin-iso8859-15 #xA0 #xFF #x-80) + ("8859-16.TXT" latin-iso8859-16 #xA0 #xFF #x-80) ("8859-2.TXT" latin-iso8859-2 #xA0 #xFF #x-80) ("8859-3.TXT" latin-iso8859-3 #xA0 #xFF #x-80) ("8859-4.TXT" latin-iso8859-4 #xA0 #xFF #x-80)