umap
module to map 8bit character sets to Unicode
Install
- All systems
-
curl cmd.cat/umap.sh
- Debian
-
apt-get install libunicode-map8-perl
- Ubuntu
-
apt-get install libunicode-map8-perl
- Kali Linux
-
apt-get install libunicode-map8-perl
- CentOS
-
yum install perl-Unicode-Map8
- Fedora
-
dnf install perl-Unicode-Map8
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libunicode-map8-perl
- Raspbian
-
apt-get install libunicode-map8-perl
- Dockerfile
- dockerfile.run/umap
libunicode-map8-perl
module to map 8bit character sets to Unicode
Unicode::Map8 is a Perl module that implements efficient mapping tables for conversion between 8-bit character sets and 16 bit Unicode. There are about 170 mapping tables between various character sets, based on vendor mapping tables provided by Unicode, Inc. and code tables in RFC1345.