summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2009-11-06 11:04:53 (GMT)
committerLars Knoll <lars.knoll@nokia.com>2009-11-06 11:05:44 (GMT)
commit5b9d489f6cc08061f91b36eb07df4fd7df12ccb1 (patch)
treea0fddaafbecd8b31a6bb7ab0c16355d2a666b3d9
parent2e429e40eeed266c7062502c4f7b43092340f264 (diff)
downloadQt-5b9d489f6cc08061f91b36eb07df4fd7df12ccb1.zip
Qt-5b9d489f6cc08061f91b36eb07df4fd7df12ccb1.tar.gz
Qt-5b9d489f6cc08061f91b36eb07df4fd7df12ccb1.tar.bz2
update documentation
We are at Unicode 5.1, not 4.0 Tell about N'Ko support. Reviewed-by: Gunnar
-rw-r--r--doc/src/internationalization/i18n.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/internationalization/i18n.qdoc b/doc/src/internationalization/i18n.qdoc
index 2d1b8cc..ecc25fe 100644
--- a/doc/src/internationalization/i18n.qdoc
+++ b/doc/src/internationalization/i18n.qdoc
@@ -93,7 +93,7 @@
\o Greek
\o Hebrew
\o Thai and Lao
- \o All scripts in Unicode 4.0 that do not require special processing
+ \o All scripts in Unicode 5.1 that do not require special processing
\endlist
On Windows, Unix/X11 with FontConfig (client side font support)
@@ -112,6 +112,7 @@
\o Tamil
\o Telugu
\o Tibetan
+ \o N'Ko
\endlist
Many of these writing systems exhibit special features:
@@ -181,7 +182,7 @@
\section2 Use QString for All User-Visible Text
- Since QString uses the Unicode 4.0 encoding internally, every
+ Since QString uses the Unicode 5.1 encoding internally, every
language in the world can be processed transparently using
familiar text processing operations. Also, since all Qt functions
that present text to the user take a QString as a parameter,