codetable: also fix lowercase ae (was .- ., now .-.-)
This commit is contained in:
parent
7f93ff1acc
commit
d7978002ba
|
|
@ -167,7 +167,7 @@ const static char *iso8859[] = {
|
|||
".-", /* ~a */
|
||||
".-.-", /* "a */
|
||||
".--.-", /* °a */
|
||||
".- .", /* ae */
|
||||
".-.-", /* ae */
|
||||
"-.-..", /* ,c */
|
||||
"..-..", /* `e */
|
||||
"..-..", /* 'e */
|
||||
|
|
@ -259,7 +259,7 @@ const static char *utf8table[] = {
|
|||
".-", /* ~a */
|
||||
".-.-", /* "a */
|
||||
".--.-", /* °a */
|
||||
".- .", /* ae */
|
||||
".-.-", /* ae */
|
||||
"-.-..", /* ,c */
|
||||
"..-..", /* `e */
|
||||
"..-..", /* 'e */
|
||||
|
|
|
|||
Loading…
Reference in New Issue