OSDN Git Service

reimplement character properties and character manipulation via ICU
authorIvailo Monev <xakepa10@laimg.moc>
Thu, 21 Nov 2019 18:18:37 +0000 (18:18 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Fri, 22 Nov 2019 00:00:35 +0000 (00:00 +0000)
commitfa34c080f6cda6b2117b785c449e0eeadc87cf0e
tree947748b58d4e33208cbed2b5c9d2d50e7871f575
parentdf7225de36b5dbeb8069d07cbb2027c0c2fb338a
reimplement character properties and character manipulation via ICU

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
20 files changed:
.travis.yml
CMakeLists.txt
cmake/modules/FindICU.cmake [new file with mode: 0644]
package/archlinux/PKGBUILD
package/debian/control
scripts/genutf.py
src/3rdparty/utf8proc/LICENSE.md [deleted file]
src/3rdparty/utf8proc/README.md [deleted file]
src/3rdparty/utf8proc/lump.md [deleted file]
src/3rdparty/utf8proc/utf8proc.c [deleted file]
src/3rdparty/utf8proc/utf8proc.h [deleted file]
src/3rdparty/utf8proc/utf8proc_data.c [deleted file]
src/core/CMakeLists.txt
src/core/tools/qchar.cpp
src/core/tools/qchar.h
src/core/tools/qstring.cpp
src/core/tools/qunicodetables.cpp
src/core/tools/qunicodetables_p.h
src/tools/moc/CMakeLists.txt
tests/benchmarks/core/tools/qstring/main.cpp