diff options
Diffstat (limited to 'opplysning.c')
| -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 |
