Commit 5d0fde3
committed
Fix integrated console input and output of Unicode characters
This change resolves PowerShell/vscode-powershell#543 which reports that
characters typed using AltGr combinations cannot be typed into the
integrated console. It also resolves the console's inability to write
Unicode characters as output by setting the console's OutputEncoding
correctly.1 parent 7e6acf9 commit 5d0fde3
File tree
2 files changed
+8
-15
lines changed- src/PowerShellEditorServices
- Console
- Session
2 files changed
+8
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | 70 | | |
79 | 71 | | |
80 | 72 | | |
| |||
178 | 170 | | |
179 | 171 | | |
180 | 172 | | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
| 173 | + | |
188 | 174 | | |
189 | 175 | | |
190 | 176 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
54 | 61 | | |
55 | 62 | | |
56 | 63 | | |
| |||
0 commit comments