I am on trials to use trans to translate one language to the other on WSL2 ubuntu 20.04.
Basically, I am trying to reproduce this
I have done these so far:
- Administrator: Windows PowerShell
- git clone https://github.com/powerline/fonts.git
- cd fonts
- set-executionpolicy bypass
- .\install.ps1
- Set-ExecutionPolicy Default
- Selected new font as the image depicts.
- Also, I noticed that, in WSL Ubuntu-20.04 the fonts are already installed.
I still see the dumb characters when I copy paste trans வணக்கம்
I am wondering how putty over ssh is able to render on copy paste but fails to reproduce in the output of the command.
Any guidance is appreciated.
EDIT
I installed 'fonts-powerline package sudo apt-get install fonts-powerline and this also did NOT work ...
I installed relevant font packages as in heretrial3 (for tamil).
Tried hack as in here trial2
Issue persists.