logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

unireverse — reverse each line of UTF-8 input character-by-character

Authors

       Bill Poser <billposer@alum.mit.edu>

Debian                                          November 8, 2020                                   UNIREVERSE(1)

Description

unireverse reads its input line-by-line and reverses it character-by-character on the assumption that the
       input is UTF-8 Unicode.  Since ASCII is a subset of UTF-8, it also reverses ASCII strings correctly.

       The options are as follows:

       -h      Print usage information and exit.
       -v      Print version information and exit.

Name

       unireverse — reverse each line of UTF-8 input character-by-character

See Also

       Unicode Standard, version 5.0

Synopsis

unireverse [-hv]

See Also