Unicode strings: Difference between revisions

Content deleted Content added
No edit summary
Line 914:
* Is it convenient to manipulate Unicode strings in the language?
 
Strings are same as Visual Basic 6 strings (M2000 Interpreter written in VB6). We can get the length of a string as display length wich calculate diacritical marks. We can make strings as json type, using same symbols to represent unicode letters (we can do the reverse, to produce from unicode the proper json string)
 
* How broad/deep does the language support Unicode?
Line 953:
Print القديم+1=11 ' true
</lang>
 
=={{header|Mathematica}}==
Mathematica supports full Unicode throughout -- in strings, symbols, graphics and external operations -- allowing immediate streamlined use of all standard international character sets, integrated with native text entry.