configurationengine/source/plugins/symbian/ConeGenconfmlPlugin/genconfmlplugin/tests/project/Layer1/confml/special_char_test.confml
changeset 0 2e8eeb919028
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <configuration xmlns="http://www.s60.com/xml/confml/1" name="Special char test" version="1">
       
     3   <feature ref="SpecialCharTest" name="Special char test">
       
     4     <setting ref="Test1" name="Test 1" type="string"/>
       
     5     <setting ref="Test2" name="Test 2" type="string"/>
       
     6     <setting ref="Test3" name="Test 3" type="string"/>
       
     7     <setting ref="Test4" name="Test 4" type="string"/>
       
     8     <setting ref="Test5" name="Test 5" type="string"/>
       
     9     <setting ref="Test6" name="Test 6" type="string"/>
       
    10   </feature>
       
    11   <data>
       
    12     <SpecialCharTest>
       
    13       <Test1>älämölö</Test1>
       
    14       <Test2>ударения</Test2>
       
    15       <Test3>ελληνικά</Test3>
       
    16       <Test4>カタカナ</Test4>
       
    17       <Test5>中國話</Test5>
       
    18       <Test6>&lt;&amp;&gt;</Test6>
       
    19     </SpecialCharTest>
       
    20   </data>
       
    21 </configuration>