Jump to content

String case: Difference between revisions

m
(→‎{{header|Go}}: highlight bad handling of some Unicode characters)
m (→‎{{header|Go}}: fix spell)
Line 1,784:
</pre>
 
Go handlehandles 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">
Cookies help us deliver our services. By using our services, you agree to our use of cookies.