Unicode strings: Difference between revisions

Content deleted Content added
imported>Arakov
PureFox (talk | contribs)
m →‎{{header|Wren}}: Changed to Wren S/H
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'').
<syntaxhighlight lang="ecmascriptwren">import "./upc" for Graphemes
 
var w = "voilà"