codetable: also fix lowercase ae (was .- ., now .-.-)

This commit is contained in:
Fabian Kurz 2017-07-15 07:21:14 +00:00
parent 7f93ff1acc
commit d7978002ba
1 changed files with 2 additions and 2 deletions

View File

@ -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 */