> What was the reasoning behind this deprecation? It's crucial today to emphasize toUpper is not Unicode aware.
> Will toLower eventually disappear? The one in `strutils`, not the one in `unicode`. > The name clashes can already be worked around with either name space > qualification or blacklisting so why was this needed? You're right it wasn't needed, but we felt a little more explicitness wouldn't hurt here. > I feel that it would be unfortunate if Nim would move in the direction of > python3 on the unicode question. I totally agree. Unicode in C# and Python is really quite painful IME.
