Unicode strings: Difference between revisions

(Add Vala example)
Line 1,253:
*Future support? If somebody writes the libraries. For example, it is straight forward to write a front end to PCRE and thus acquire a Unicode aware regular expression engine.
 
=={{header|ZX Vala}}==
 
Vala strings are UTF-8 encoded by default. In order to print them correctly on the screen, use stdout.printf instead of print.
24

edits