Files
Nim/lib/system
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
..
2020-05-03 09:47:21 +02:00
2020-03-03 12:42:43 +01:00
2020-04-28 19:56:01 +02:00
2020-05-16 17:03:25 +02:00
2020-03-12 23:44:33 +01:00
2019-09-16 23:54:31 +02:00
2020-05-12 15:46:24 +02:00
2020-05-19 21:42:53 +02:00
2020-05-12 15:46:24 +02:00
2020-06-12 11:03:52 +02:00
2020-04-19 10:01:04 +02:00
2020-07-17 10:53:26 +02:00
2020-07-15 22:04:15 +02:00
2020-07-15 23:33:58 +02:00
2020-01-15 14:42:49 +01:00
2018-11-16 13:27:56 +01:00
2020-05-16 17:03:25 +02:00
2020-01-30 10:54:50 +01:00
2020-07-10 13:36:02 +02:00