paracode exploits the full power of the Unicode standard to convert text into a visually similar stream of glyphs, while using completely different codepoints. It is an excellent didactic tool demonstrating the principles and advanced use of the Unicode standard. paracode is a command line tool working as a filter, reading standard input in UTF-8 encoding and writing to standard output.
paracode exploits the full power of the Unicode standard to convert text into a visually similar stream of glyphs, while using completely different codepoints. It is an excellent didactic tool demonstrating the principles and advanced use of the Unicode standard. paracode is a command line tool working as a filter, reading standard input in UTF-8 encoding and writing to standard output.
To install paracode, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install paracode
To see what files were installed by paracode, run:
port contents paracode
To later upgrade paracode, run:
sudo port selfupdate && sudo port upgrade paracode
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.