is-ascii-safe

Check if a given string is ASCII-safe, i.e. consists of ASCII characters (U+0000 to U+007F) only.

is-ascii-safe-cli

Check if a given file (or list of files) is ASCII-safe, i.e. consisting of ASCII characters (U+0000 to U+007F) only.