From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47747 Path: main.gmane.org!not-for-mail From: Christoph Conrad Newsgroups: gmane.emacs.gnus.general Subject: Re: Morse decoding Date: Wed, 20 Nov 2002 12:37:06 +0100 Organization: Church of GNU Emacs Sender: owner-ding@hpc.uh.edu Message-ID: References: Reply-To: cco@ivu.de NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1037792173 4391 80.91.224.249 (20 Nov 2002 11:36:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 20 Nov 2002 11:36:13 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18ET9Q-00018a-00 for ; Wed, 20 Nov 2002 12:36:12 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18ETAf-00007O-00; Wed, 20 Nov 2002 05:37:29 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 20 Nov 2002 05:38:15 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id FAA02017 for ; Wed, 20 Nov 2002 05:38:00 -0600 (CST) Original-Received: (qmail 4149 invoked by alias); 20 Nov 2002 11:37:07 -0000 Original-Received: (qmail 4144 invoked from network); 20 Nov 2002 11:37:07 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by gnus.org with SMTP; 20 Nov 2002 11:37:07 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18ETBb-0004aD-00 for ; Wed, 20 Nov 2002 12:38:27 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 22 Original-NNTP-Posting-Host: gate.cli.de Original-X-Trace: quimby.gnus.org 1037792307 17229 212.117.64.114 (20 Nov 2002 11:38:27 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 20 Nov 2002 11:38:27 GMT User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i386-msvc-nt4.0.1381) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47747 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47747 Hi Mark, > Kewl. Thanks. On several web pages i found that german umlauts don't need to be transcribed as two character sequences, there are already unique translations to morse code: (add-to-list 'morse-code '("\ä" . ".-.-")) (add-to-list 'morse-code '("\ö" . "---.")) (add-to-list 'morse-code '("\ü" . "..--")) ;; transcribe to "ss" (add-to-list 'morse-code '("\ß" . ".../...")) As you see i escape the characters now, otherwise e.g. "ü" is interpreted as "\xf7c". Best regards, cu, -cc- -- Computers are useless. They can only give you answers. Pablo Picasso