utf8gen
convert ASCII hexadecimal Unicode code points to UTF-8
Install
- All systems
-
curl cmd.cat/utf8gen.sh
- Debian
-
apt-get install utf8gen
- Ubuntu
-
apt-get install utf8gen
- Kali Linux
-
apt-get install utf8gen
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install utf8gen
- Dockerfile
- dockerfile.run/utf8gen
utf8gen
convert ASCII hexadecimal Unicode code points to UTF-8
The utf8gen package contains one program, utf8gen, which reads hexadecimal numbers interpreted as Unicode code points and produces formatted output. The numbers are provided one per line. Each number is optionally followed by a space plus miscellaneous text. The output is specified by providing printf(3)-style format strings on the command line. This provides the flexibility to print UTF-8 byte values in any desired base, echo the input value formatted as a comment for any desired programming language, or even to provide HTML-like table entries. Optional miscellaneous text on each input line can be copied to the output.