Unicode strings: Difference between revisions

Line 833:
let e = "$abcde¢£¤¥©ÇßçIJijŁłʒλπ•₠₡₢₣₤₥₦₧₨₩₪₫€₭₮₯₰₱₲₳₴₵₵←→⇒∙⌘☺☻ア字文𪚥"
echo e</lang>
 
=={{header|Oforth}}==
 
In Oforth, all strings are UT8 strings.
 
\Uxxxx (with xxxx an hexa number) can be used into literals to represent character with xxxx as its unicode.
 
All methods on strings are UTF8 manipulations.
 
=={{header|Perl}}==
1,015

edits