1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-28 01:00:52 -07:00

("Slovenian"): Use slovenian input-method.

(encode-mac-roman): Use ucs-mule-to-mule-unicode.
This commit is contained in:
Dave Love 2002-10-17 15:27:37 +00:00
parent 2e878cc722
commit 57ef78169b

View 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")