]> git.eshelyaron.com Git - emacs.git/commitdiff
("Slovenian"): Use slovenian input-method.
authorDave Love <fx@gnu.org>
Thu, 17 Oct 2002 15:27:37 +0000 (15:27 +0000)
committerDave Love <fx@gnu.org>
Thu, 17 Oct 2002 15:27:37 +0000 (15:27 +0000)
(encode-mac-roman): Use ucs-mule-to-mule-unicode.

lisp/language/european.el

index 5928c299c9b1f960bcc18ce22dc6a9aa21af364a..338b73fe960f4f2432366b8ec44ef7791638fb5c 100644 (file)
@@ -287,7 +287,7 @@ but it selects the French tutorial."))
              (coding-system . (iso-8859-2))
              (coding-priority . (iso-8859-2))
              (nonascii-translation . latin-iso8859-2)
-             (input-method . "latin-2-postfix")
+             (input-method . "slovenian")
              (unibyte-syntax . "latin-2")
              (unibyte-display . iso-8859-2)
              (tutorial . "TUTORIAL.sl")
@@ -576,6 +576,7 @@ but it selects the Dutch tutorial and input method."))
   `(1
     ((loop
       (read-multibyte-character r0 r1)
+      (translate-character ucs-mule-to-mule-unicode r0 r1)
       (translate-character mac-roman-encoder r0 r1)
       (write-repeat r1))))
   "CCL program to encode Mac Roman")