https://bugs.kde.org/show_bug.cgi?id=387618
Sylvain <ago.sylv...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ago.sylv...@gmail.com --- Comment #13 from Sylvain <ago.sylv...@gmail.com> --- I was going to open a bug on the same issue, as it has been bugging me for several years now (should have done it earlier, sorry). I often search for japanese names and these are often two kanjis (multibytes characters, for example 田中). I understand also the need for country code, etc. I was looking in the source to see where this check is done and see if I could fix it (I am not a C++ programmer, but I thought it could be easy), but I couldn't find the code... What I want to propose is that a first check is done : are the two characters multibytes (CJK) strings? are both letters capitalize? and if one is validated, the search is started. This could limit two "letters" search to CJK languages and for abbreviation. Would that be possible? Thanks -- You are receiving this mail because: You are watching all bug changes.