diff options
| author | Martin Stensgård <mastensg@mastensg.net> | 2025-04-20 16:43:56 +0200 |
|---|---|---|
| committer | Martin Stensgård <mastensg@mastensg.net> | 2025-04-20 16:43:56 +0200 |
| commit | 9917ab8b4721042f5550aa10b83498782bb357bd (patch) | |
| tree | c917c529c1f76f7570ba3c82fadad6fcb1dd7357 | |
| parent | 2e0722b6158fd320714b062e0c125b4d4dff495d (diff) | |
opplysning: extend alphabet
| -rw-r--r-- | opplysning.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/opplysning.c b/opplysning.c index a75e7bb..e8bc6df 100644 --- a/opplysning.c +++ b/opplysning.c @@ -104,8 +104,10 @@ load_the_events(void) } const char *the_alphabet = "0123456789" - "ABCDEFGHIJKLMNOPQRSTUVWXYZÆØÅ" - "abcdefghijklmnopqrstuvwxyzæøå" + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + "abcdefghijklmnopqrstuvwxyz" + "ÄÅÉËÞÜÚÍÓÖÁSSÐFGHÏŒØÆŒ©®BÑΜ" + "äåéëþüúíóöáßðfghïœøæœ©®bñµ" "!@#$%^&*()[];'\\:\"|,./<>?"; void |
