configurationengine/source/plugins/common/ConeTemplatePlugin/templatemlplugin/tests/project/Layer1/implml/utf_bom_test.templateml
changeset 0 2e8eeb919028
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <templateml xmlns="http://www.s60.com/xml/templateml/1">
       
     3     
       
     4     <!-- ISO-8859-15 is included to make sure that the BOM definitions do not affect it -->
       
     5     
       
     6     <output file="default.txt"><template>100€</template></output>
       
     7     
       
     8     <output file="utf8_default.txt"         encoding="UTF-8"><template>100€</template></output>
       
     9     <output file="utf16be_default.txt"      encoding="UTF-16-BE"><template>100€</template></output>
       
    10     <output file="utf16le_default.txt"      encoding="UTF-16-LE"><template>100€</template></output>
       
    11     <output file="utf16_default.txt"        encoding="UTF-16"><template>100€</template></output>
       
    12     <output file="iso_8859_15_default.txt"  encoding="ISO-8859-15"><template>100€</template></output>
       
    13     
       
    14     <output file="utf8_with_bom.txt"        encoding="UTF-8"        bom="true"><template>100€</template></output>
       
    15     <output file="utf16be_with_bom.txt"     encoding="UTF-16-BE"    bom="true"><template>100€</template></output>
       
    16     <output file="utf16le_with_bom.txt"     encoding="UTF-16-LE"    bom="true"><template>100€</template></output>
       
    17     <output file="utf16_with_bom.txt"       encoding="UTF-16"       bom="true"><template>100€</template></output>
       
    18     <output file="iso_8859_15_with_bom.txt" encoding="ISO-8859-15"  bom="true"><template>100€</template></output>
       
    19     
       
    20     <output file="utf8_no_bom.txt"          encoding="UTF-8"        bom="false"><template>100€</template></output>
       
    21     <output file="utf16be_no_bom.txt"       encoding="UTF-16-BE"    bom="false"><template>100€</template></output>
       
    22     <output file="utf16le_no_bom.txt"       encoding="UTF-16-LE"    bom="false"><template>100€</template></output>
       
    23     <output file="utf16_no_bom.txt"         encoding="UTF-16"       bom="false"><template>100€</template></output>
       
    24     <output file="iso_8859_15_no_bom.txt"   encoding="ISO-8859-15"  bom="false"><template>100€</template></output>
       
    25     
       
    26 </templateml>