Skip to content

Emoji failing to display in Visual Code using Git Bash after Windows Update #2343

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
mikegwhit opened this issue Oct 2, 2019 · 2 comments
Closed

Comments

@mikegwhit
Copy link

  • [X ] I was not able to find an open or closed issue matching what I'm seeing

Setup

  • Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
    32 bit
$ git --version --build-options
git version 2.23.0.windows.1
cpu: x86_64
built from commit: 4db2e5cc9e1522131a039cbad3970f147a39f0ce
sizeof-long: 4
sizeof-size_t: 8
  • Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?
$ cmd.exe /c ver

Microsoft Windows [Version 10.0.18362.356]
  • What options did you set as part of the installation? Or did you choose the
    defaults?
    Defaults
# One of the following:
> type "C:\Program Files\Git\etc\install-options.txt"
> type "C:\Program Files (x86)\Git\etc\install-options.txt"
> type "%USERPROFILE%\AppData\Local\Programs\Git\etc\install-options.txt"
$ cat /etc/install-options.txt

** insert your machine's response here **
  • Any other interesting things about your environment that might be related
    to the issue you're seeing?

Editor Option: VIM
Custom Editor Path:
Path Option: Cmd
SSH Option: OpenSSH
Tortoise Option: false
CURL Option: OpenSSL
CRLF Option: LFOnly
Bash Terminal Option: MinTTY
Performance Tweaks FSCache: Enabled
Use Credential Manager: Enabled
Enable Symlinks: Disabled
Enable Builtin Interactive Add: Disable

Details

  • Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other

Should be MinTTY

echo -e '\U0001F602'
  • What did you expect to occur after running these commands?

😂

  • What actually happened instead?

Unicode block (specials) character

  • If the problem was occurring with a specific repository, can you provide the
    URL to that repository to help us with testing?

:Shrug:

@dscho
Copy link
Member

dscho commented Oct 2, 2019

Should be MinTTY

Could you add more detail?

I just tried in the internal terminal of VS Code (which is definitely not MinTTY), and I indeed see printed there. Switching to another terminal tab and then switching back, however, I see �😂. If this is the bug you want to report, I think that it is not a bug in Git for Windows, but rather in VS Code. This SO post suggests so, and I guess a good starting point would be microsoft/vscode#68207.

If you indeed wanted to report a VS Code bug, please close this Git for Windows ticket.

@dscho
Copy link
Member

dscho commented Oct 5, 2019

Should be MinTTY

Could you add more detail?

Could you?

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

2 participants