Unicode strings: Difference between revisions

Content added Content deleted
imported>Arakov
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 1,695: Line 1,695:


The standard library does not support normalization but the above module does allow one to split a string into ''user perceived characters'' (or ''graphemes'').
The standard library does not support normalization but the above module does allow one to split a string into ''user perceived characters'' (or ''graphemes'').
<syntaxhighlight lang="ecmascript">import "./upc" for Graphemes
<syntaxhighlight lang="wren">import "./upc" for Graphemes


var w = "voilà"
var w = "voilà"