Ooops, those characters weren't really periods (credit to John Olson)
authorTilghman Lesher <tilghman@meg.abyt.es>
Sat, 3 Jun 2006 02:17:00 +0000 (02:17 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Sat, 3 Jun 2006 02:17:00 +0000 (02:17 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31690 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_morsecode.c

index 81fe6a3..0145eb9 100644 (file)
@@ -86,18 +86,18 @@ static char *morsecode[] = {
        ".-", "-...", "-.-.", "-..", ".", "..-.", "--.", "....", "..", ".---", "-.-", ".-..", "--",
        "-.", "---", ".--.", "--.-", ".-.", "...", "-", "..-", "...-", ".--", "-..-", "-.--", "--..",
        "-.--.-", /* 91 - [ (really '(') */
-       "-··-·",  /* 92 - \ (really '/') */
+       "-..-.",  /* 92 - \ (really '/') */
        "-.--.-", /* 93 - ] (really ')') */
        "",       /* 94 - ^ */
-       "··--·-", /* 95 - _ */
+       "..--.-", /* 95 - _ */
        ".----.", /* 96 - ` */
        ".-", "-...", "-.-.", "-..", ".", "..-.", "--.", "....", "..", ".---", "-.-", ".-..", "--",
        "-.", "---", ".--.", "--.-", ".-.", "...", "-", "..-", "...-", ".--", "-..-", "-.--", "--..",
        "-.--.-", /* 123 - { (really '(') */
        "",       /* 124 - | */
        "-.--.-", /* 125 - } (really ')') */
-       "-··-·",  /* 126 - ~ (really bar) */
-       "· · ·",  /* 127 - <del> (error) */
+       "-..-.",  /* 126 - ~ (really bar) */
+       ". . .",  /* 127 - <del> (error) */
 };
 
 static void playtone(struct ast_channel *chan, int tone, int len)