是什么 ? | : | a small, clean C library that provides Unicode normalization, case-folding, and other operations for data in the UTF-8 encoding, supporting Unicode version 13. |
开发语言 | : | C |
官方主页 | : | https://juliastrings.github.io/utf8proc |
源码仓库 | : | https://github.com/JuliaStrings/utf8proc |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
All | vcpkg | vcpkg install utf8proc vcpkg install utf8proc:x64-osx vcpkg install utf8proc:x64-linux vcpkg install utf8proc:x64-windows |
macOS | HomeBrew | brew install utf8proc |
GNU/Linux | HomeBrew | brew install utf8proc |
apt | sudo apt-get install -y utf8proc utf8proc-dev | |
CentOS | yum | sudo yum install -y utf8proc utf8proc-devel |
dnf | sudo dnf install -y utf8proc utf8proc-devel | |
openSUSE | zypper | sudo zypper install -y utf8proc utf8proc-devel |
Alpine Linux | apk | sudo apk add utf8proc |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge utf8proc |