unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] Add non-ASCII characters to morse.el
@ 2002-11-20 11:25 Simon Josefsson
  2002-11-20 11:54 ` Kenichi Handa
  0 siblings, 1 reply; 7+ messages in thread
From: Simon Josefsson @ 2002-11-20 11:25 UTC (permalink / raw


Is there a better way to represent non-ASCII in elisp?  If anyone has
a better source of non-ASCII morse characters, it might be useful as
well.  Unfortunately, I think morse has been dropped as an official
language, so a canonical source might be difficult to find.

2002-11-20  Simon Josefsson  <jas@extundo.com>

	* play/morse.el (morse-code): Add non-ASCII characters, according
	to table at http://www.soton.ac.uk/~scp93ch/morse/.

--- morse.el.~1.4.~	2001-07-16 11:10:19.000000000 +0200
+++ morse.el	2002-11-20 12:22:29.000000000 +0100
@@ -76,7 +76,16 @@
 		     ("6" . "-....")
 		     ("7" . "--...")
 		     ("8" . "---..")
-		     ("9" . "----."))
+		     ("9" . "----.")
+		     ;; Non-ASCII
+		     ("Ä" . ".-.-")
+		     ("Á" . ".--.-")
+		     ("Å" . ".--.-")
+		     ("Ch" . "----")
+		     ("É" . "..-..")
+		     ("Ñ" . "--.--")
+		     ("Ö" . "---.")
+		     ("Ü" . "..--"))
   "Morse code character set.")
 
 ;;;###autoload

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-11-22 17:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-20 11:25 [PATCH] Add non-ASCII characters to morse.el Simon Josefsson
2002-11-20 11:54 ` Kenichi Handa
2002-11-20 19:33   ` Simon Josefsson
2002-11-20 21:22     ` Stefan Monnier
2002-11-21 11:30       ` Simon Josefsson
2002-11-22 16:11         ` Karl Eichwalder
2002-11-22 17:00           ` Simon Josefsson

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).