> Hello,
>
> After some trying I found out how to add a german dictionary to
> yWriter4.
>
> However one problem bugs me:
>
> In german we use characters like ???, like in the word "versp?tet",
> which means "delayed". However the spellchecker does not accept this
> characters in words, which means that although this word exists in my
> dictionary, the spellchecker marks "versp" and "tet" as non-existings
> words.
>
> Regards,
> Thomas
That's because words are cleaned of all but a-z, A-Z and numbers before checking. (Otherwise any word with punctuation would fail.)
However, I think yWriter 5 does it differently.
Cheers
Simon
--
Software designer & programmer
+ author of the Hal Spacejock series
> I don't know the way around this problem in YWriter, but I've used
> spell-checkers in Nota Bene for years and it does just fine with all kinds
> of foreign accents and other foreign characters if you put them in the
> dictionary.
> Chaya
It's only happening because I designed the spell checker for English. I can stop it stripping out the other characters and then it will work for accented characters too.
I just rewrote a portion of the spell checker, and the next version should work fine with accented characters.