-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Description
This bug-tracker is monitored by Windows Console development team and other technical types. We like detail!
If you have a feature request, please post to the UserVoice.
Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues. Instead, send dumps/traces to [email protected], referencing this GitHub issue.
Please use this form and describe your issue, concisely but precisely, with as much detail as possible
-
Your Windows build number: (Type
verat a Windows Command Prompt)
10.0.16299.371 -
What you're doing and what's happening: (Copy & paste specific commands and their output, or include screen shots)
- Set font to ”MS Gothic” or a Japanese monospace font
- Type ”■square□square” or another text that contains ambiguous-width characters like ”■” and ”┌”
- Ambiguous-with characters lap over the next characters to them
- What's wrong / what should be happening instead:
Some characters like ”■” and ”┌” has the same width as ASCII characters in latin fonts but double width in Japanese (and maybe some other languages) fonts. These characters are called ambiguous-weighted.
Other terminal emulator has the option to toggle the width of them but Windows Console doesn't.
EDIT: also see #16779