-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hello.
I'm using Ubuntu and my keyboard is slightly different from the US. Because of that, when I run the examples, it can't complete the commands, for example, this is Glitch.txt:
$ wget httpsÇ;;gist.githubusercontent.com;AlexLynd;2f8081f1940934e19a5a450ca358d142;raw;b6d4bfe05cb73f8140872448da54fb1824c4d627;linux-color-flasher.sh
When I ran file -bi Glitch.txt I saw that the encoding is us-ascii:
$ file -bi Glitch.txt
text/plain; charset=us-ascii
$ file -bi RickRoll.txt
text/plain; charset=us-ascii
These files should be encoded as UTF-8 to be compatible with any location.
Metadata
Metadata
Assignees
Labels
No labels