Commit 016d984
authored
morse: bad encoding
* Fix incorrect encoding for symbol '(', found during testing
* Add encodings for symbols '@' and '_' (sync from NetBSD) [1]
1. https://github.com/NetBSD/src/blob/trunk/games/morse/morse.c
```
%perl morse -s '()' # previous identical encoding
-.--.-
-.--.-
```1 parent dffaed3 commit 016d984
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments