summary refs log tree commit diff stats
path: root/lib/pure/coro.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2020-07-20 14:39:27 +0200
committerGitHub <noreply@github.com>2020-07-20 14:39:27 +0200
commit70acba7f0d4d73bce941dbd067a00255426bc697 (patch)
treef4a7c16b731c88974e04be7e1dbe756a7eb3046d /lib/pure/coro.nim
parent49d4b50fe52f0e961ef367a44be8b1bd79994a03 (diff)
parent41c97e4b70d8d3b67f9080939790c6b9a64a7e74 (diff)
downloadNim-70acba7f0d4d73bce941dbd067a00255426bc697.tar.gz
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.
Diffstat (limited to 'lib/pure/coro.nim')
0 files changed, 0 insertions, 0 deletions
>
15
16


                                              



                                                   




                                   
                                        
  

                                                      
1'>83ae70cb5 ^



581572b28 ^

83ae70cb5 ^


581572b28 ^
83ae70cb5 ^





581572b28 ^

d2e2d71d0 ^
a58a2f382 ^
581572b28 ^





83ae70cb5 ^
581572b28 ^
















cdf03b06b ^
581572b28 ^










053309e60 ^
db19b1824 ^
3e9dcc8be ^
053309e60 ^

4341b06f6 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85