]> git.lyx.org Git - lyx.git/commit
Support input of non-ASCII characters in hyperlinks
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 9 Jun 2018 09:52:55 +0000 (11:52 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 9 Jun 2018 09:52:55 +0000 (11:52 +0200)
commit01d8f418943f5f63f329658d387a7dbd9a024c91
treebf10cb190a6e46e6f676b8bf58c2e1d788149f87
parent1803d788f7d5a5bb3a107b5526b8155651404ced
Support input of non-ASCII characters in hyperlinks

We transform them to hex representation via
QByteArray::toPercentEncoding()

Fixes: #11165
src/insets/InsetHyperlink.cpp
src/support/lstrings.cpp
src/support/lstrings.h