diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-01-27 17:48:26 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-01-27 17:49:42 (GMT) |
commit | a4538a2532582f4bb1b6e85ed1e125f9c68bb251 (patch) | |
tree | 57cb24a3c23abe9298d73bb4a8fe2bc1466b33da /tests/auto/linguist/lupdate/testdata/good/codecfortr4/project.ts.result | |
parent | 22144848655620adf9c5c8fd1abdbbbfef07069e (diff) | |
download | Qt-a4538a2532582f4bb1b6e85ed1e125f9c68bb251.zip Qt-a4538a2532582f4bb1b6e85ed1e125f9c68bb251.tar.gz Qt-a4538a2532582f4bb1b6e85ed1e125f9c68bb251.tar.bz2 |
don't falsely complain about mismatched codecfortr
normalize the user input first
Diffstat (limited to 'tests/auto/linguist/lupdate/testdata/good/codecfortr4/project.ts.result')
-rw-r--r-- | tests/auto/linguist/lupdate/testdata/good/codecfortr4/project.ts.result | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/linguist/lupdate/testdata/good/codecfortr4/project.ts.result b/tests/auto/linguist/lupdate/testdata/good/codecfortr4/project.ts.result new file mode 100644 index 0000000..e18e34e --- /dev/null +++ b/tests/auto/linguist/lupdate/testdata/good/codecfortr4/project.ts.result @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0"> +<defaultcodec>ISO-8859-2</defaultcodec> +<context> + <name>QObject</name> + <message> + <location filename="main.cpp" line="44"/> + <source>hi</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> |