]> git.lyx.org Git - features.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>
Sun, 9 Sep 2018 09:00:20 +0000 (11:00 +0200)
commitae196dd70c76406a07f3623cfb40d7c9cc80372f
treed1f5ca7721431fe3fcaa3939653e90545164b1ae
parent29355d34d505ee873ca95100b93ffc1bede1573c
Support input of non-ASCII characters in hyperlinks

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

Fixes: #11165
(cherry picked from commit 01d8f418943f5f63f329658d387a7dbd9a024c91)
src/insets/InsetHyperlink.cpp
src/support/lstrings.cpp
src/support/lstrings.h
status.23x