Issues - Yasushiki/project-manager GitHub Wiki
There are some few issues that I didn't found out how to solve or are machine specific.
Character encoding
Showing error
If your terminal (Powershell, CMD or anything else) shows some characters encoding errors, it probably doesn't accept UTF-8 for default. In CMD you can try change terminal font or open from RUN with cmd /K chcp 65001
. In Powershell you can try change the font too. In other terminals I don't know how to fix it, but you can search about it :)
Input error
If your terminal already accepts UTF-8 characters, but you're having trouble inputing UTF-8 characters, it may be Windows fault. If you know how to fix it, please tell me.