summaryrefslogtreecommitdiff
path: root/lisp/international/iso-cvt.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/international/iso-cvt.el')
-rw-r--r--lisp/international/iso-cvt.el38
1 files changed, 26 insertions, 12 deletions
diff --git a/lisp/international/iso-cvt.el b/lisp/international/iso-cvt.el
index b0acadada6c..f4b45e2e11d 100644
--- a/lisp/international/iso-cvt.el
+++ b/lisp/international/iso-cvt.el
@@ -194,9 +194,12 @@ little.")
("ß" "{\\\\ss}")
("\306" "{\\\\AE}")
("\346" "{\\\\ae}")
- ("\305" "{\\\\o A}")
- ("\345" "{\\\\o a}")
+ ("\305" "{\\\\AA}")
+ ("\345" "{\\\\aa}")
("\251" "{\\\\copyright}")
+ ("£" "{\\\\pounds}")
+ ("¶" "{\\\\P}")
+ ("§" "{\\\\S}")
("¿" "{?`}")
("¡" "{!`}")
)
@@ -370,12 +373,16 @@ little.")
("{\\\\ss}" "ß")
("{\\\\AE}" "\306")
("{\\\\ae}" "\346")
- ("{\\\\o A}" "\305")
- ("\\\\o{A}" "\305")
- ("{\\\\o a}" "\345")
- ("\\\\o{a}" "\345")
+ ("{\\\\AA}" "\305")
+ ("{\\\\aa}" "\345")
("{\\\\copyright}" "\251")
("\\\\copyright{}" "\251")
+ ("{\\\\pounds}" "£" )
+ ("{\\\\P}" "¶" )
+ ("{\\\\S}" "§" )
+ ("\\\\pounds{}" "£" )
+ ("\\\\P{}" "¶" )
+ ("\\\\S{}" "§" )
("{\\?`}" "¿")
("{!`}" "¡")
("\\?`" "¿")
@@ -549,12 +556,16 @@ contains commonly used sequences.")
("{\\\\ss}" "ß")
("{\\\\AE}" "\306")
("{\\\\ae}" "\346")
- ("{\\\\o A}" "\305")
- ("\\\\o{A}" "\305")
- ("{\\\\o a}" "\345")
- ("\\\\o{a}" "\345")
+ ("{\\\\AA}" "\305")
+ ("{\\\\aa}" "\345")
("{\\\\copyright}" "\251")
("\\\\copyright{}" "\251")
+ ("{\\\\pounds}" "£" )
+ ("{\\\\P}" "¶" )
+ ("{\\\\S}" "§" )
+ ("\\\\pounds{}" "£" )
+ ("\\\\P{}" "¶" )
+ ("\\\\S{}" "§" )
("?`" "¿")
("!`" "¡")
("{?`}" "¿")
@@ -625,9 +636,12 @@ contains commonly used sequences.")
("ß" "\"s")
("\306" "{\\\\AE}")
("\346" "{\\\\ae}")
- ("\305" "{\\\\o A}")
- ("\345" "{\\\\o a}")
+ ("\305" "{\\\\AA}")
+ ("\345" "{\\\\aa}")
("\251" "{\\\\copyright}")
+ ("£" "{\\\\pounds}")
+ ("¶" "{\\\\P}")
+ ("§" "{\\\\S}")
("¿" "{?`}")
("¡" "{!`}")
)