aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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 @@
28;; Case-conversion and syntax tables for ISO-8859-15 (Latin-9), 28;; Case-conversion and syntax tables for ISO-8859-15 (Latin-9),
29;; adapted from latin-1.el. 29;; adapted from latin-1.el.
30 30
31;; <URL:http://czyborra.com/charsets/iso8859.html>: 31;; <URL:http://czyborra.com/charsets/iso8859.html> (edited to remove
32;; non-ASCII characters!):
32;; The new Latin9 nicknamed Latin0 aims to update Latin1 by 33;; The new Latin9 nicknamed Latin0 aims to update Latin1 by
33;; replacing the less needed symbols ¦¨´¸¼½¾ with forgotten French and 34;; replacing less needed symbols with forgotten French and
34;; Finnish letters and placing the U+20AC Euro sign in the cell =A4 of 35;; Finnish letters and placing the U+20AC Euro sign in the cell =A4 of
35;; the former international currency sign ¤. 36;; the former international currency sign.
36 37
37;; The differences from Latin-1 are starred on the comments below. 38;; The differences from Latin-1 are starred on the comments below.
38 39
@@ -116,4 +117,4 @@
116(or set-case-syntax-set-multibyte 117(or set-case-syntax-set-multibyte
117 (provide 'latin-9)) 118 (provide 'latin-9))
118 119
119;;; latin-1.el ends here 120;;; latin-9.el ends here