What is “utf8proc” Package?

Clean C library for processing UTF-8 Unicode data
For more details: http://julialang.org/utf8proc/

Installation

  • Open Terminal by pressing command+space then type terminal and hit Enter key.
  • Install homebrew first.
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  • Install utf8proc.
    brew install utf8proc

Now, use utf8proc!