forked from Mudlet/Mudlet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix prevent crashes when no system spell checker is available (Mu…
…dlet#2422) This message is an edited one from a squash and merge PR with two commits combined into it. This bug was actually discovered by accident because there was not a default dictionary specified in the Host constructor initialiser list. However the principle of handling things safely if there is a problem in setting up the system spell checker should be adopted even after fixing that point. This should close Mudlet#2413. I also found another issue in that using the right click (context menu) on the command line was feeding the word being checked to the user's dictionary in the encoding that the system/mudlet provided dictionaty was using - which need not be the UTF-8 encoding that the former will always be using - that has been fixed herein as well. I also found a couple of additional languages with system dictionaries when I ran Mudlet on my Devuan Linux PC and have added them in. Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
- Loading branch information
Showing
3 changed files
with
50 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters