[your code here]
Jos van Uden
user at domain.invalid
Sun Jan 29 03:25:40 PST 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
More information about the Digitalmars-d
mailing list