Michael Niksa
Michael Niksa
`setlocal` doesn't behave the same way as an environment variable. It's a thing that would have to be put in at the top of the batch script that is `somefile.cmd`...
@Jack-Works, we are not in the business of developing or propagating unofficial hacks to our software. If you figure something out, more power to you. But we can't help you...
CMD.exe is not getting updated. I don't know how to stress that any further.
I've located an internal contact related to URI handling and reputation. We'll reach out to the experts at Microsoft who have already handled this for other products and get some...
Research from today.... I'm writing with `WriteConsoleInputW`. I'm reading with `ReadConsoleInputA` off of a cooked read. This is the scenario overview: |Char Name | Char | `wchar_t` | 437 `char`...
Current thoughts: ### Giving leftover bytes of previous codepage after a switch on read continuation I'm pretty sold that the v1 behavior is right here. If you changed the input...
3. Also in conhostv1... if you read 1 byte at a time off of Japanese codepage 932.... it loses the trailing character to the void every time. - `SetConsoleMode` on...
## Losing the trailing byte when reading 1 by 1 The console host, including v1, has a lot of provisions for storing that trailing byte in the input handle that...
> ## Losing the trailing byte when reading 1 by 1 > The console host, including v1, has a lot of provisions for storing that trailing byte in the input...
I have a theory on this. I think if we look in `TranslateUnicodeToOem` which has been historically responsible for identifying and storing that trailing byte (this code is very similar...