will8211 / unimatrix

Python script to simulate the display from "The Matrix" in terminal. Uses half-width katakana unicode characters by default, but can use custom character sets. Accepts keyboard controls while running. Based on CMatrix.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unicode not displaying properly on SSH Ubuntu

flipperbw opened this issue · comments

I can see the japanese characters fine when I open the python file, I can print them out to the terminal using curses in python3 manually, but running the script just produces weird ~H and ~5, and so on, in their place. I'm SSH'ed into a Ubuntu box and everything is installed properly from what I can tell. Any ideas?