Unicode strings: Difference between revisions

Content deleted Content added
Added PicoLisp
m If there is a "Task" heading like that then it ends up on the TOC eventually and looks weird
Line 1: Line 1:
{{draft task}}
{{draft task}}
==Task==
Demonstrate how one is expected to handle Unicode strings. Some example considerations: can a Unicode string be directly written in the source code? How does one do IO with unicode strings? Can these strings be manipulated easily? Can non-ASCII characters be used for keywords/identifiers/etc? What encodings (UTF-8, UTF-16, etc) can your language accept without much trouble?
Demonstrate how one is expected to handle Unicode strings. Some example considerations: can a Unicode string be directly written in the source code? How does one do IO with unicode strings? Can these strings be manipulated easily? Can non-ASCII characters be used for keywords/identifiers/etc? What encodings (UTF-8, UTF-16, etc) can your language accept without much trouble?
=={{header|Perl}}==
=={{header|Perl}}==