Unicode strings: Difference between revisions

Content added Content deleted
(→‎{{header|REXX}}: added the REXX computer programming language for this task.)
m (+Stata (not done yet))
Line 1,320: Line 1,320:
I am Stanisław Lec from południow
I am Stanisław Lec from południow
</pre>
</pre>

=={{header|Stata}}==

# How easy is it to present Unicode strings in source code?
# Can Unicode literals be written directly, or be part of identifiers/keywords/etc?
# How well can the language communicate with the rest of the world?
# Is it good at input/output with Unicode?
# Is it convenient to manipulate Unicode strings in the language?
# How broad/deep does the language support Unicode?
# What encodings (e.g. UTF-8, UTF-16, etc) can be used?
# Does it support normalization?


=={{header|Tcl}}==
=={{header|Tcl}}==