summaryrefslogtreecommitdiff
path: root/lisp/international
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>1999-10-22 11:53:05 +0000
committerDave Love <fx@gnu.org>1999-10-22 11:53:05 +0000
commit5eaa6b10497dd5549d4611be90c3d57f688798c8 (patch)
tree42dc54230463529419fa401bb6469b685f68b471 /lisp/international
parentf4ac6259e1da9b122b770ad8799149c0f652236b (diff)
downloademacs-5eaa6b10497dd5549d4611be90c3d57f688798c8.tar.gz
Avoid non-ASCII characters to prevent loadup failure.
Diffstat (limited to 'lisp/international')
-rw-r--r--lisp/international/latin-9.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/international/latin-9.el b/lisp/international/latin-9.el
index 5effae3d0ba..574796ed563 100644
--- a/lisp/international/latin-9.el
+++ b/lisp/international/latin-9.el
@@ -28,11 +28,12 @@
;; Case-conversion and syntax tables for ISO-8859-15 (Latin-9),
;; adapted from latin-1.el.
-;; <URL:http://czyborra.com/charsets/iso8859.html>:
+;; <URL:http://czyborra.com/charsets/iso8859.html> (edited to remove
+;; non-ASCII characters!):
;; The new Latin9 nicknamed Latin0 aims to update Latin1 by
-;; replacing the less needed symbols ¦¨´¸¼½¾ with forgotten French and
+;; replacing less needed symbols with forgotten French and
;; Finnish letters and placing the U+20AC Euro sign in the cell =A4 of
-;; the former international currency sign ¤.
+;; the former international currency sign.
;; The differences from Latin-1 are starred on the comments below.
@@ -116,4 +117,4 @@
(or set-case-syntax-set-multibyte
(provide 'latin-9))
-;;; latin-1.el ends here
+;;; latin-9.el ends here