converts between Traditional Chinese and Simplified Chinese
Open Chinese Convert (OpenCC) is an open-source project for conversion between Traditional Chinese and Simplified Chinese, supporting character-level conversion, phrase-level conversion, variant conversion and regional idioms among Mainland China, Taiwan and Hong Kong.
Open Chinese Convert (OpenCC) is an open-source project for conversion between Traditional Chinese and Simplified Chinese, supporting character-level conversion, phrase-level conversion, variant conversion and regional idioms among Mainland China, Taiwan and Hong Kong.
To install opencc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install opencc
To see what files were installed by opencc, run:
port contents opencc
To later upgrade opencc, run:
sudo port selfupdate && sudo port upgrade opencc
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.