Forum > Lazarus Extra Components

[SOLVED] JVCLlaz, jvdblookup not search national characters.

(1/2) > >>

mmelwin:
Polish national characters like "ł" not working in JvDBLookupComboBox.

korba812:
I'm sending the patch. Could you please check and confirm it works?

mmelwin:
Thank you very much. Now it works great.

wp:
I applied the patch to jvcl trunk on ccr, thank you. The procedure ProcessSearchKey, however, required some re-work in its application to UTF8Char:

* The upper limit of the checks in the case instruction was High(Char) which is not correct for UTF8 - I put this part into the else branch of the comparisons
* The backspace key must delete the last UTF8 codepoint, rather than the last 1-byte character.

korba812:
Thanks for the quick response. In the meantime, I posted a new bug tracker issue (0038494).

Navigation

[0] Message Index

[#] Next page

Go to full version