Skip to content

Examples file encoding #8

@jnthas

Description

@jnthas

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions