diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-10-14 05:08:45 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-10-14 05:08:45 (GMT) |
commit | dae01cbfd5e46e93c322e28e6925b89d3b4c7684 (patch) | |
tree | 89a3b8768c122c8ca62f415ff5e0fd87ad0ccf70 | |
parent | 176698a91d3b2256a093785967c6706328981af4 (diff) | |
download | Qt-dae01cbfd5e46e93c322e28e6925b89d3b4c7684.zip Qt-dae01cbfd5e46e93c322e28e6925b89d3b4c7684.tar.gz Qt-dae01cbfd5e46e93c322e28e6925b89d3b4c7684.tar.bz2 |
Specify encoding.
-rw-r--r-- | doc/src/declarative/qmlformat.qdoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/declarative/qmlformat.qdoc b/doc/src/declarative/qmlformat.qdoc index be1afa4..72bbe40 100644 --- a/doc/src/declarative/qmlformat.qdoc +++ b/doc/src/declarative/qmlformat.qdoc @@ -192,6 +192,10 @@ different property bindings. \section1 Syntax +\section2 Encoding + +QML files are always encoded in UTF-8 format. + \section2 Commenting The commenting rules in QML are the same as for ECMAScript. Both \e {MultiLineComment} blocks and \e {SingleLineComment}'s are supported. |