Files
Nim/lib
Andreas Rumpf 70acba7f0d readLine: Unicode support for Windows console (#14782)
* readLine: Unicode support for Windows console

When input is read from the Windows console, input encoding is UTF16. This is translated internally to UTF8.

* readLine: Remove recursive imports

* readLine: Fix issues with --gc:arc

**--gc:arc** defines **nimv2**. This changes the definition of **WideCStringObj**.
Also an empty string should be returned in case of EOF.
2020-07-20 14:39:27 +02:00
..
2017-02-20 17:24:19 +02:00
2019-07-14 16:08:15 +02:00
2020-07-15 23:00:06 +02:00
2020-07-14 13:53:41 +02:00
2020-07-06 13:41:56 +02:00
2013-03-16 23:53:07 +01:00
2014-08-28 09:59:26 +02:00