mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
(morse-code): Add Norwegian non-ASCII characters.
This commit is contained in:
parent
4203c128a6
commit
34c4c919b0
@ -79,6 +79,7 @@
|
||||
("9" . "----.")
|
||||
;; Non-ASCII
|
||||
("Ä" . ".-.-")
|
||||
("Æ" . ".-.-")
|
||||
("Á" . ".--.-")
|
||||
("Å" . ".--.-")
|
||||
;; ligature character?? ("Ch" . "----")
|
||||
@ -86,6 +87,7 @@
|
||||
("É" . "..-..")
|
||||
("Ñ" . "--.--")
|
||||
("Ö" . "---.")
|
||||
("Ø" . "---.")
|
||||
("Ü" . "..--"))
|
||||
"Morse code character set.")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user