Skip to content

Japanese characters not displayed in the integrated console when paste it. #1036

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mkht opened this issue Sep 22, 2017 · 3 comments
Closed

Comments

@mkht
Copy link

mkht commented Sep 22, 2017

Issue Description

When I paste japanese chars to the integrated console, pasted chars not displayed.

code

How to repro

  1. Copy japanese text. (e.g 'こんにちは')
  2. Paste it to the integrated console.

System Details

  • OS Version: Windows 10 Pro x64 Japanese (build 15063.608)
> code -v
1.16.1
27492b6bf3acb0775d82d2f87b25a93490673c6d

> $pseditor.EditorServicesVersion
Major  Minor  Build  Revision
-----  -----  -----  --------
1      4      1      0

> $PSVersionTable
PSVersion                      5.1.15063.608
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.15063.608
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

Attached Logs

logs.zip

@rkeithhill
Copy link
Contributor

rkeithhill commented Nov 12, 2017

This one is weird. If you press Enter you'd see the characters displayed in the output for the expression. If you paste a single char at a time, you will see that char. But when you paste the next char, the previous char disappears.

@rkeithhill
Copy link
Contributor

rkeithhill commented Nov 12, 2017

I think this is related to - microsoft/vscode#19665 (comment)

I can copy other three byte UTF8 sequence characters into the console with no problem e.g. is the three byte seq E2 86 95 whereas the is E3 81 93. However the former is a one-column char and the latter is two-column char.

@SydneyhSmith
Copy link
Collaborator

Closing as we have resolved this-- see #1761

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants