]> git.lyx.org Git - lyx.git/commit
FindAdv: fix converting unicode-point to utf-8
authorKornel Benko <kornel@lyx.org>
Tue, 29 Dec 2020 08:52:39 +0000 (09:52 +0100)
committerKornel Benko <kornel@lyx.org>
Tue, 29 Dec 2020 08:59:44 +0000 (09:59 +0100)
commit5a192d28f05e52b2cc061a97a94c0d3ee6e62754
tree987a0fb7b85004a2baf66d11fce510c34841f69d
parent3971b1b35ef6325b7816c77941d2d95bcc497417
FindAdv: fix converting unicode-point to utf-8

I misinterpreted the unicode creation 'u8"\uF00xx"'.
The C++-compiler saw 'u8"\uF00x" "x"', but this was not intended.

The routine which mimicked is doing the right job now.
src/lyxfind.cpp