Japanese character output in Integrated Terminal of Visual Studio Code causes the next prompt out of position after upgrading to Creators Update #118
Labels
Area-Output
Related to output processing (inserting text into buffer, retrieving buffer text, etc.)
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Product-Conhost
For issues in the Console codebase
From @yusuke-konishi on April 10, 2017 3:50
Japanese character output in Integrated Terminal of Visual Studio Code causes the next prompt out of position after upgrading to Creators Update. This issue is reproducible 100%.
For example,
echo あ
causes the next prompt out of position. The screenshot below is the result ofls -la
with en only, andecho あ
.ls -la
does not cause any problem, butecho あ
causes the next prompt out of position.Japanese character output in Integrated Terminal of Visual Studio Code keeps the next prompt in the correct position.
Japanese character output in Integrated Terminal of Visual Studio Code causes the next prompt out of position.
Version 1703, build 15063.13 (Japanese)
echo あ
-> This causes the next prompt out of position.
I tried repro on the following three environment by Visual Studio Code v1.11.1. By this results, this does not seem to depend on Visual Studio Code, but Creators Update. Can't BoW handle this issue?
OK
OS: build 14393.0
BoW: Ubuntu 14.04
NG
OS: build 15063.13 (upgraded from build 14393.0)
BoW: Ubuntu 14.04 (not upgraded)
NG
OS: build 15063.13
BoW: Ubuntu 16.04
Copied from original issue: microsoft/WSL#1871
The text was updated successfully, but these errors were encountered: