String case: Difference between revisions

Content added Content deleted
(→‎{{header|Go}}: highlight bad handling of some Unicode characters)
m (→‎{{header|Go}}: fix spell)
Line 1,784: Line 1,784:
</pre>
</pre>


Go handle many Unicode characters upcasing well but fails for some like [https://en.wikipedia.org/wiki/%C3%9F ß] where it hasn't changed <code>ß</code> into <code>SS</code> (expected <code>STROSSBÙRRI</code>)
Go handles many Unicode characters upcasing well but fails for some like [https://en.wikipedia.org/wiki/%C3%9F ß] where it hasn't changed <code>ß</code> into <code>SS</code> (expected <code>STROSSBÙRRI</code>).


<syntaxhighlight lang="go">
<syntaxhighlight lang="go">