mintty / wsltty

Mintty as a terminal for Bash on Ubuntu on Windows / WSL
Other
3.12k stars 104 forks source link

UTF-8 support is lost are upgrading to 3.1.0.2 or newer #243

Closed mdentremont closed 4 years ago

mdentremont commented 4 years ago

Downgrading to older versions fixes the issue

mdentremont commented 4 years ago

The issue appears to be with using wslbridge directly, I believe switching from --wsl to --WSL now uses wslbridge2 automatically and things work as expected. This issue might only be present on Ubuntu 20.04, I upgrade wsltty and Ubuntu at the same time.

This was the command I was using to run WSL in ConEmu, taken from here:

 "%LOCALAPPDATA%\wsltty\bin\mintty.exe" --wsl -o Locale=C -o Charset=UTF-8 --configdir="%APPDATA%\wsltty" /bin/wslbridge -C~ -t /bin/bash

Fixed version:

"%LOCALAPPDATA%\wsltty\bin\mintty.exe" --WSL --configdir="%APPDATA%\wsltty" -~ /usr/bin/bash