Browse Source

I don't think it's encoding this time, but let's try

master
Stefan Bodewig 9 years ago
parent
commit
a5f386f1df
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/tests/antunit/filters/native2ascii-test.xml

+ 2
- 2
src/tests/antunit/filters/native2ascii-test.xml View File

@@ -23,7 +23,7 @@
<resourcesmatch>
<string value="\u00e4\u00f6\u00fc=\u00c4\u00d6\u00dc
\u00df=\u20ac"/>
<concat>
<concat encoding="UTF-8" outputencoding="UTF-8">
<string value="äöü=ÄÖÜ
ß=€"/>
<filterchain>
@@ -39,7 +39,7 @@
<resourcesmatch>
<string value="äöü=ÄÖÜ
ß=€"/>
<concat>
<concat encoding="UTF-8" outputencoding="UTF-8">
<string value="\u00e4\u00f6\u00fc=\u00c4\u00d6\u00dc
\u00df=\u20ac"/>
<filterchain>


Loading…
Cancel
Save