Change "ì" from ".." to ".---." (tnx IZ4APU)

This commit is contained in:
Fabian Kurz 2022-03-02 21:01:14 +01:00
parent 3f067bd7a6
commit af733c4da1
1 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@ const static char *iso8859[] = {
"..-..", /* 'e */
".", /* ^e */
".", /* "e */
"..", /* `i */
".---.", /* `i */
"..", /* 'i */
"..", /* ^i */
"..", /* "i */
@ -265,7 +265,7 @@ const static char *utf8table[] = {
"..-..", /* 'e */
".", /* ^e */
".", /* "e */
"..", /* `i */
".---.", /* `i */
"..", /* 'i */
"..", /* ^i */
"..", /* "i */