From ff2e2fdacbc9ad6ad27a4894dfb973c5559c4c0c Mon Sep 17 00:00:00 2001 From: John Fultz Date: Sun, 31 Aug 2014 09:16:28 -0500 Subject: New alphabet and dawg for Norwegian. The Norwegian dictionary had some unencodable words. Turns out that they are playable, but using the blank as a letter which is not part of the distribution. So, adding the letters to the alphabet, but with zero of them in the distribution, works. --- data/alphabets/norwegian.quackle_alphabet | 3 +++ data/lexica/norwegian.dawg | Bin 1700237 -> 1700594 bytes 2 files changed, 3 insertions(+) diff --git a/data/alphabets/norwegian.quackle_alphabet b/data/alphabets/norwegian.quackle_alphabet index da26783..62ced34 100644 --- a/data/alphabets/norwegian.quackle_alphabet +++ b/data/alphabets/norwegian.quackle_alphabet @@ -29,4 +29,7 @@ Z z 0 0 0 Æ æ 6 1 1 Ø ø 5 2 1 Å å 4 2 1 +Ü ü 0 0 0 +Ä ä 0 0 0 +Ö ö 0 0 0 blank 0 2 diff --git a/data/lexica/norwegian.dawg b/data/lexica/norwegian.dawg index b8a9467..df263f1 100644 Binary files a/data/lexica/norwegian.dawg and b/data/lexica/norwegian.dawg differ -- cgit v1.2.3