Hello all, starting to learn Nim, apreciating it so far. I wonder if the
problem reported here is the reason why my code is not working. My native
language is Brazilian Portuguese, and I'm trying to convert a string from UTF-8
to the 850 codepage for displaying inside the Windows command prompt.
import encodings
var test = convert("Testando acentuação", "850", "UTF-8")
echo test
The string appears changed, but continues displaying incorrectly. Is the previous version 0.14 also affected?
