[MDEV-27090] Windows client : ReadConsole (ANSI version) does not work correctly with UTF8 codepage Created: 2021-11-19 Updated: 2022-01-18 Resolved: 2022-01-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Character Sets, Platform Windows, Scripts & Clients |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5, 10.6, 10.7 |
| Fix Version/s: | 10.8.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
This is actually a Windows bug, https://github.com/microsoft/terminal/issues/4551 We will have to workaround it with ReadConsoleW, and converting to console input codepage, |