Skip to content
/ z8x Public

z8x checks if a given input string is valid UTF-8 and finds Tags (Unicode block) to prevent ASCII Smuggling

License

Notifications You must be signed in to change notification settings

utox39/z8x

Repository files navigation

z8x

Description

z8x checks if a given input string is valid UTF-8 and finds Tags (Unicode block) to prevent ASCII Smuggling.

Requirements

Intallation

# Clone the repo
$ git clone https://github.com/utox39/z8x.git

# cd to the path
$ cd path/to/z8x

# Build zigfetch
$ zig build -Doptimize=ReleaseSafe

# Then move it somewhere in your $PATH. Here is an example:
$ mv ./zig-out/z8x ~/bin

Usage

Command-line args

$ z8x "some text"

Stdin

$ echo "some text" | z8x

Contributing

If you would like to contribute to this project just create a pull request which I will try to review as soon as possible.

About

z8x checks if a given input string is valid UTF-8 and finds Tags (Unicode block) to prevent ASCII Smuggling

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Languages