Skip to content

[Request] Option to Exclude Latin/English characters from check(to check only non-ASCII languages) #666

Description

@Heavygrass

Hi!

It would be great to have an option to exclude all Latin/English characters/words from check, so that one could spell check directly non-ASCII languages/characters.

For example check only Cyrillic words/characters or Chinese etc.

I tried excluding every single dictionary installed and specifying a Cyrillic language, but Aspell still checks for Latin/English characters and reports them as misspelled (not a bug of course):

echo "helo keboard" | aspell --ignore-case --master=ru --lang=ru list --rem-extra-dicts=en --rem-extra-dicts=en-variant_0 --rem-extra-dicts=en-variant_2 --rem-extra-dicts=en-variant_1 --rem-extra-dicts=en-w_accents --rem-extra-dicts=en-wo_accents --rem-extra-dicts=en_AU --rem-extra-dicts=en_AU-variant_0 --rem-extra-dicts=en_AU-variant_1 --rem-extra-dicts=en_AU-w_accents en_AU-wo_accents --rem-extra-dicts=en_CA --rem-extra-dicts=en_CA-variant_0 --rem-extra-dicts=en_CA-variant_1 --rem-extra-dicts=en_CA-w_accents --rem-extra-dicts=en_CA-wo_accents --rem-extra-dicts=en_GB --rem-extra-dicts=en_GB-ise
Output:
helo

keboard

Please let me know if such an option already exists, I couldn't find it.
Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions