configurationengine/source/plugins/common/ConeTemplatePlugin/templatemlplugin/tests/project/Layer1/implml/utf_bom_test.templateml
author terytkon
Thu, 11 Mar 2010 17:04:37 +0200
changeset 0 2e8eeb919028
permissions -rw-r--r--
Adding EPL version of configurationengine.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     2
<templateml xmlns="http://www.s60.com/xml/templateml/1">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     3
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
    <!-- ISO-8859-15 is included to make sure that the BOM definitions do not affect it -->
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
    <output file="default.txt"><template>100€</template></output>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
    <output file="utf8_default.txt"         encoding="UTF-8"><template>100€</template></output>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
    <output file="utf16be_default.txt"      encoding="UTF-16-BE"><template>100€</template></output>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
    <output file="utf16le_default.txt"      encoding="UTF-16-LE"><template>100€</template></output>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
    <output file="utf16_default.txt"        encoding="UTF-16"><template>100€</template></output>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
    <output file="iso_8859_15_default.txt"  encoding="ISO-8859-15"><template>100€</template></output>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    14
    <output file="utf8_with_bom.txt"        encoding="UTF-8"        bom="true"><template>100€</template></output>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
    <output file="utf16be_with_bom.txt"     encoding="UTF-16-BE"    bom="true"><template>100€</template></output>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    16
    <output file="utf16le_with_bom.txt"     encoding="UTF-16-LE"    bom="true"><template>100€</template></output>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    17
    <output file="utf16_with_bom.txt"       encoding="UTF-16"       bom="true"><template>100€</template></output>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    18
    <output file="iso_8859_15_with_bom.txt" encoding="ISO-8859-15"  bom="true"><template>100€</template></output>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    19
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    20
    <output file="utf8_no_bom.txt"          encoding="UTF-8"        bom="false"><template>100€</template></output>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    21
    <output file="utf16be_no_bom.txt"       encoding="UTF-16-BE"    bom="false"><template>100€</template></output>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    22
    <output file="utf16le_no_bom.txt"       encoding="UTF-16-LE"    bom="false"><template>100€</template></output>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    23
    <output file="utf16_no_bom.txt"         encoding="UTF-16"       bom="false"><template>100€</template></output>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    24
    <output file="iso_8859_15_no_bom.txt"   encoding="ISO-8859-15"  bom="false"><template>100€</template></output>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    25
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    26
</templateml>