atom / spell-check

Spell check Atom package
MIT License
204 stars 121 forks source link

Words with Polish characters show as misspelled #266

Closed jameskentTX closed 5 years ago

jameskentTX commented 6 years ago

Words without Polish characters like "powoli", "szybko" are ok, but well known and popular words with Polish characters ("ą", "ę", "ł", "ó", "ś", "ż", "ź"), like "użytkownik" (user), "pisać" (write), are marked as mispelled.

I'm working on Debian, I have hunspell and polish dictionary installed. Spell-check is properly configured (locales: en-US, pl-PL, locale paths: /usr/share/hunspell). In /usr/share/hunspell directory there are files like: pl_PL.dic, pl_PL.aff, en_US.dic, en_US.aff)

korneliakobiela commented 5 years ago

I have the same issue on ubuntu 18.04. I think there is some problem with character encoding. When I try to see what word should be properly on someplace, then I see something like this: screenshot from 2018-10-15 22-02-06

by-cx commented 5 years ago

Same problem with Czech :-(

I am on Ubuntu 16.04 and I use hunspell from its repo.

Whitie commented 5 years ago

Same problem with german umlauts on Arch Linux.

palant commented 5 years ago

This might be a duplicate of #241.

dmoonfire commented 5 years ago

Duplicate of #241.