Jump to content

Unicode strings: Difference between revisions

m
added whitespace before the TOC (table of contents), added a ;Task: (bold) header, added other whitespace to the task's preamble, added more bullet points (from existing compound questions).
m (added whitespace before the TOC (table of contents), added a ;Task: (bold) header, added other whitespace to the task's preamble, added more bullet points (from existing compound questions).)
Line 1:
{{task}}
As the world gets smaller each day, internationalization becomes more and more important. &nbsp; For handling multiple languages, [[Unicode]] is your best friend. <br>
 
It is a very capable tool, but also quite complex compared to older single- and double-byte character encodings.
and double-byte character encodings. How well prepared is your programming language for Unicode? Discuss and demonstrate its unicode awareness and capabilities.
 
How well prepared is your programming language for Unicode?
 
 
;Task:
Discuss and demonstrate its unicode awareness and capabilities.
 
 
Some suggested topics:
:* &nbsp; How easy is it to present Unicode strings in source code? Can Unicode literals be written directly, or be part of identifiers/keywords/etc?
:* &nbsp; Can Unicode literals be written directly, or be part of identifiers/keywords/etc?
:* &nbsp; How well can the language communicate with the rest of the world? Is it good at input/output with Unicode?
:* &nbsp; Is it good at input/output with Unicode?
:* &nbsp; Is it convenient to manipulate Unicode strings in the language?
:* &nbsp; How broad/deep does the language support Unicode? What encodings (e.g. UTF-8, UTF-16, etc) can be used? Normalization?
:* &nbsp; What encodings (e.g. UTF-8, UTF-16, etc) can be used?
:* &nbsp; Does it support normalization?
 
* 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? Normalization?
 
;Note:
'''Note''' This task is a bit unusual in that it encourages general discussion
This task is a bit unusual in that it encourages general discussion rather than clever coding.
 
See also:
 
;See also:
* &nbsp; [[Unicode variable names]]
* &nbsp; [[Terminal control/Display an extended character]]
<br><br>
 
=={{header|80386 Assembly}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.