lyx_mirror/src/frontends
Jean-Marc Lasgouttes 5d85a42bf0 QString only uses UTF-16, not UCS-4
This means that, when a string contains high-plane Unicode characters,
the length of a docstring and the corresponding QString will be
different: Qt will encode these characters using several 16bit
characters.

We have additionally to take into account QTBUG-25536, which implies
that sometimes qstring_to_ucs4(toqstr(s)) !=s. It is not clear whether
this bug can be a problem in other places.

Fixes bug #10443.
2016-11-03 14:19:50 +01:00
..
qt4 QString only uses UTF-16, not UCS-4 2016-11-03 14:19:50 +01:00
tests Require a C++11 compiler 2016-06-07 20:34:52 +02:00
.gitignore
alert.h
Application.h Simplifications, mainly removal of boost::function and useless std::bind 2016-07-03 01:39:32 +02:00
Clipboard.h Remove using directives from headers 2016-06-26 18:22:59 +02:00
CMakeLists.txt
Delegates.h
FontLoader.h
FontMetrics.h Use QFontMetrics information for underlines (and friends) width and position 2015-09-08 10:44:03 +02:00
KeyModifier.h
KeySymbol.h
Makefile.am Configure included iconv with autotools 2016-05-29 17:55:43 -04:00
mouse_state.h
Painter.h Remove obviously wrong documentation in Painter.h 2016-07-18 16:17:38 +02:00
Selection.h
WorkArea.h
WorkAreaManager.cpp
WorkAreaManager.h