summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2009-11-06 11:03:10 (GMT)
committerLars Knoll <lars.knoll@nokia.com>2009-11-06 11:05:43 (GMT)
commit2e429e40eeed266c7062502c4f7b43092340f264 (patch)
tree5c3e7d40a20973837891e0f98666469e4e4b2df3 /src/corelib
parentb8a8110ead6fe5d4a985fe9d486dd8f470aa24eb (diff)
downloadQt-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.h4
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 };