https://bugs.kde.org/show_bug.cgi?id=142625

--- Comment #17 from Christoph Feck <cf...@kde.org> ---
Git commit 7baa78ca83ab3c47d2f03259959ec25e59b2f711 by Christoph Feck.
Committed on 23/07/2016 at 01:42.
Pushed by cfeck into branch 'master'.

[KCharSelect] Handle characters outside BMP

This is the initial commit to support Unicode code points
outside of QChar range U+0000..U+FFFF. To fix this, multiple
steps are needed:

- a new API, which is not based on QChar, but uses uint
  datatype for code points (provided by this commit),

- a new database, which has information about symbols
  outside the BMP range. This commit uses a temporary
  remapping trick to inject SMP symbols (U+1Fxxx) into
  the Private Use Area until we have a new data base
  format,

- applications that use the new uint based API (not
  provided by this commit). See KF5 Porting Notes for
  porting information.

REVIEW: 120904

M  +-    --    src/kcharselect-data
M  +133  -56   src/kcharselect.cpp
M  +91   -4    src/kcharselect.h
M  +11   -11   src/kcharselect_p.h
M  +128  -72   src/kcharselectdata.cpp
M  +26   -22   src/kcharselectdata_p.h

http://commits.kde.org/kwidgetsaddons/7baa78ca83ab3c47d2f03259959ec25e59b2f711

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to