tagainijisho icon indicating copy to clipboard operation
tagainijisho copied to clipboard

𠂤 and 𠂢 won't work in vocabulary search or kanji search

Open roxxxorzz opened this issue 8 years ago • 2 comments

if you try to put these kanji in vocabulary search or kanji search it won't display anything, and in the tab it'll have two boxes separated by a comma. this can make lots of words and kanji very hard to find if you don't know them already. bug report

roxxxorzz avatar Sep 21 '16 19:09 roxxxorzz

This is a problem handling UTF16 surrogate chars correctly (you can't iterate over a QString with single QChars here). I fixed the title but am still working on getting the actual query right. I am at it.

wsakernel avatar Jan 24 '21 18:01 wsakernel

I look at it from time to time but I still can't get query results. Maybe there is another surrogate issue on the way to the database? I haven't given up yet.

wsakernel avatar Feb 06 '21 20:02 wsakernel