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:
parent
2e878cc722
commit
57ef78169b
1 changed files with 2 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue