diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2009-11-06 11:03:10 (GMT) |
---|---|---|
committer | Lars Knoll <lars.knoll@nokia.com> | 2009-11-06 11:05:43 (GMT) |
commit | 2e429e40eeed266c7062502c4f7b43092340f264 (patch) | |
tree | 5c3e7d40a20973837891e0f98666469e4e4b2df3 /src/corelib | |
parent | b8a8110ead6fe5d4a985fe9d486dd8f470aa24eb (diff) | |
download | Qt-2e429e40eeed266c7062502c4f7b43092340f264.zip Qt-2e429e40eeed266c7062502c4f7b43092340f264.tar.gz Qt-2e429e40eeed266c7062502c4f7b43092340f264.tar.bz2 |
add support for the N'Ko writing system to Qt
Enables N'Ko support in Qt, after having now a harfbuzz version
that supports it.
Task-number: QTBUG-1042
Reviewed-by: Gunnar
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/tools/qunicodetables_p.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qunicodetables_p.h b/src/corelib/tools/qunicodetables_p.h index e4041b4..4e9ce4d 100644 --- a/src/corelib/tools/qunicodetables_p.h +++ b/src/corelib/tools/qunicodetables_p.h @@ -114,6 +114,7 @@ namespace QUnicodeTables { Ogham, Runic, Khmer, + Nko, Inherited, ScriptCount = Inherited, Latin = Common, @@ -152,8 +153,7 @@ namespace QUnicodeTables { Balinese = Common, Cuneiform = Common, Phoenician = Common, - PhagsPa = Common, - Nko = Common + PhagsPa = Common }; enum { ScriptSentinel = 32 }; |