January 29, 2012
On 29-1-2012 7:55, Manfred Nowak wrote:
> Jos van Uden wrote:
>
>> BufferedFile("ukacd17.txt");
>
> Me got an unicode-error on that file on line 100.
>
> -manfred

The original file is encoded ISO 8859-1. You'll have to convert
it to utf-8.

My earlier code sample used the unixdict.txt that I found
here http://www.puzzlers.org/pub/wordlists/unixdict.txt

I only changed to ukacd17.txt to test performance.

Jos
1 2
Next ›   Last »