ascii2uni
UTF-8 to 7-bit ASCII and vice versa converter
Install
- All systems
-
curl cmd.cat/ascii2uni.sh
- Debian
-
apt-get install uni2ascii
- Ubuntu
-
apt-get install uni2ascii
- Kali Linux
-
apt-get install uni2ascii
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install uni2ascii
- OS X
-
brew install uni2ascii
- Raspbian
-
apt-get install uni2ascii
- Dockerfile
- dockerfile.run/ascii2uni
uni2ascii
UTF-8 to 7-bit ASCII and vice versa converter
This package provides conversion in both directions between UTF-8 Unicode and a variety of 7-bit ASCII equivalents, including HTML numeric character references, various escapes and hexadecimal. Such ASCII equivalents are useful when including Unicode text in program source, when debugging, and when entering text into web programs that can handle the Unicode character set but are not 8-bit safe.