@estatistics As I tried to tell you in https://github.com/geany/geany/issues/4097, you must convert the dictionary to the correct encoding, i.e. UTF-8. Since we are walking in circles, I did this for you:
https://www.dropbox.com/scl/fi/m7szrv676pw8nukrkfilb/el_GR.dic?rlkey=10mr9hubq5bmzkcyr37pc5ht8&dl=0 This is your dictionary converted to UTF-8 encoding - I haven't tested it but I guess it will work. For your future reference, this is what I did in Geany: 1. Opened your file (it clearly opened in incorrect encoding as words weren't readable) 2. File->Reload As->West European->Greek (ISO 8895-7). After that, it's displayed correctly. 3. Document->Set Encoding->Unicode->Unicode (UTF-8). This converts the file to the right encoding. 4. Saved the file. The only problem I see is the amount of warnings - one could be enough. I haven't checked if they come from the plugin or the spell check library. But the fact that you used incorrect encoding is a problem on your side. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1392#issuecomment-2536207125 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/1392/[email protected]>
