Description of problem: When I do: aspell -l bg -c test.txt I get the message: Error: /usr/lib/aspell-0.60/bulgarian.kbd:4: The string "w�" is invalid. Invalid UTF-8 sequence at position 2. There seems to be a mismatch between the actual encoding provided by the Bulgarian resource files and the one expected by aspell. From the error message it would seem that /usr/lib/aspell-0.60/bulgarian.kbd should be in UTF-8, actually - it is in CP1251. The file: /usr/lib/aspell-0.60/bg.dat contains the line: charset cp1251 which probably means that the data should be in CP1251 Version-Release number of selected component (if applicable): aspell-bg-0.50-14.fc7 aspell-0.60.5-3.fc7 How reproducible: Always Steps to Reproduce: Apart from the command aspell -l bg -c test.txt I also cannot set gedit (for example) to do Bulgarian spellcheck Additional info: When I converted /usr/lib/aspell-0.60/bulgarian.kbd from cp1251 to UTF-8 - things started working again and I have a working Bulgarian spellcheck.
Fixed in aspell-bg-0.50-15.fc7. *** This bug has been marked as a duplicate of 238426 ***
aspell-bg-0.50-15.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report.
/usr/lib/aspell-0.60/bg.dat still contains 'cp1251'. Is this a problem?