https://bugs.documentfoundation.org/show_bug.cgi?id=76964

Caolán McNamara <caol...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |caol...@redhat.com
           Assignee|libreoffice-b...@lists.free |er...@redhat.com
                   |desktop.org                 |

--- Comment #69 from Caolán McNamara <caol...@redhat.com> ---
export LANG=en_GB.UTF-8

launch writer

set format character to Polish

put break point in SvxAutoCorrect::SearchWordsInList at the use of nTmpKey2 =
eLang & 0x3ff

The lang will be 0x415 for polish, nTmpKey2 will be 0x15, but the aLanguageTag
after reset is getting resolved to "maBcp47 = "en-GB", mnLangID = 21"

I don't know if the identification of df0f34cb9c036f5cf69b72a740c1a8f2741ac966
is correct, but its definitely the LanguageTag resolving that triggers this.

Hacking out that entire nTmpKey2 usage branch gives the expected result of no
capitalized with en-GB rules of the i

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to