(iso-accents-list): Add entries for unadorned accents.
authorKarl Heuer <kwzh@gnu.org>
Sat, 19 Mar 1994 04:32:52 +0000 (04:32 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 19 Mar 1994 04:32:52 +0000 (04:32 +0000)
lisp/international/iso-acc.el

index aacd102..ace9b9c 100644 (file)
     ((?\~ ?o) ?\365)
     ((?\~ ?>) ?\273)
     ((?\~ ?<) ?\253)
+    ((?\~ ?\ ) ?\~)
+    ((?\~ ?\~) ?\270) ;; cedilla accent
     ((?\/ ?A) ?\305) ;; A-with-ring (Norwegian and Danish)
     ((?\/ ?E) ?\306) ;; AE-ligature (Norwegian and Danish)
     ((?\/ ?O) ?\330)
     ((?\/ ?a) ?\345) ;; a-with-ring (Norwegian and Danish)
     ((?\/ ?e) ?\346) ;; ae-ligature (Norwegian and Danish)
     ((?\/ ?o) ?\370)
+    ((?\/ ?\ ) ?\/)
+    ((?\/ ?\/) ?\260) ;; ring accent (actually degree sign?)
     )
   "Association list for ISO accent combinations.")