Unicode strings: Difference between revisions

m
Line 793:
 
=={{header|Langur}}==
<pre>Source code in langur is UTF-8 with no BOM allowed.
 
Comments and string literals may use Unicode. For clarity, identifiers are ASCII only.
 
Indexing on a string indexes by code point, and the len() function returns the number of code points in a string. Using a for in loop over a string loops over the code points.</pre>
 
=={{header|Lasso}}==
990

edits