https://bugs.kde.org/show_bug.cgi?id=436004

Peter Kreussel <pri...@peter-kreussel.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pri...@peter-kreussel.de

--- Comment #6 from Peter Kreussel <pri...@peter-kreussel.de> ---
Seeing the same as Johnny, also on Arch Linux with Hunspell de_De.

In addition, I switched on debug reporting for sonnet core + sonnet hunspell,
which gave me:

kf.sonnet.clients.hunspell:  SpellerPlugin *HunspellClient::createSpeller(const
QString &language) ; "de_DE"
kf.sonnet.clients.hunspell: Loading dictionary for "de_DE" from
"/usr/share/hunspell"
kf.sonnet.clients.hunspell: Load a user dictionary
"/home/peter/.hunspell_de_DE"
kf.sonnet.clients.hunspell: Created  0x563e505be0a0
kf.sonnet.core: Using the "Hunspell" plugin for language "de_DE"
kf.sonnet.clients.hunspell:  isCorrect : "sfsdf"
kf.sonnet.clients.hunspell:  result : false
kf.sonnet.clients.hunspell:  isCorrect : "sdfsdf"
kf.sonnet.clients.hunspell:  result : false
kf.sonnet.clients.hunspell:  isCorrect : "d"
kf.sonnet.clients.hunspell:  result : true
kf.sonnet.clients.hunspell:  isCorrect : "f"
kf.sonnet.clients.hunspell:  result : true
kf.sonnet.clients.hunspell:  isCorrect : "g"
kf.sonnet.clients.hunspell:  result : true

I.e.: I switched on auto spellcheck with the text "sfsdf sdfsdf" already typed.
Which got the red mark as expected. With auto spellcheck on I typed "dfg",
which did not get marked as wrong. 

If I interpret correctly, hunspell checked every single letter separately
instead of the whole word "dfg", thus getting the result "isCorrect".

I remember that some time ago (sorry, cannot say exactly when) German Umlaute
caused the problem that all letters behind them were always marked as wrong.
Later (very probably as Johnny described after
"qt5-base-5.15.2+kde+r171-2-x86_64" this changed to spellcheck on typing not
working any more.

So, word segmentation broke and was "fixed"?


Software versions:
qt5-base: 5.15.2+kde+r192-1
kde frameworks: 5.82.0
kde gear: 21.04
hunspell: 1.7.0

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to