summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/qmldocument.qdoc
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-10-14 05:47:52 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-10-14 05:47:52 (GMT)
commit82412ca0e8afde645b0e515b36b1c7ccf00c78ab (patch)
tree97ee5abba7ee849b3d0550a0a7b4da635b6de760 /doc/src/declarative/qmldocument.qdoc
parent8e9a0667ee8856558694d9d661585d36f7f41da8 (diff)
downloadQt-82412ca0e8afde645b0e515b36b1c7ccf00c78ab.zip
Qt-82412ca0e8afde645b0e515b36b1c7ccf00c78ab.tar.gz
Qt-82412ca0e8afde645b0e515b36b1c7ccf00c78ab.tar.bz2
Doc
Diffstat (limited to 'doc/src/declarative/qmldocument.qdoc')
-rw-r--r--doc/src/declarative/qmldocument.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/declarative/qmldocument.qdoc b/doc/src/declarative/qmldocument.qdoc
index 84e7926..2775ea6 100644
--- a/doc/src/declarative/qmldocument.qdoc
+++ b/doc/src/declarative/qmldocument.qdoc
@@ -71,6 +71,8 @@ Rectangle {
}
\endcode
+QML documents are always encoded in UTF-8 format.
+
A QML document always begins with one or more import statements. To prevent elements
introduced in later versions from affecting existing QML programs, the element types
available within a document are controlled by the imported QML \l {Modules}. That is,