Talk:Application Program: Test of ability with arithmetic

From OLPC
Revision as of 04:07, 28 May 2006 by 80.109.11.235 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Use UTF-8 for strings !!!

Using XML for translation strings garanties, that encoding isn't a problem.


<application name="aritmetic program"> <item>

 <string lang="en">0123456789</string>
 <string lang="de">0123456789</string>
 <string lang="ar">٠١٢٣٤٥٦٧٨٩</string>

</item> <item>

 <string lang="en">+-*/=.</string>

</item> <item>

 <string lang="en">How many digits should the numbers use?</string>
 <string lang="de">Wie viele Stellen soll die Zahl haben?</string>

</item> </application>