m17n-config
multilingual text processing library - development
Install
- All systems
-
curl cmd.cat/m17n-config.sh
- Debian
-
apt-get install libm17n-dev
- Ubuntu
-
apt-get install libm17n-dev
- Kali Linux
-
apt-get install libm17n-dev
- CentOS
-
yum install m17n-lib-devel
- Fedora
-
dnf install m17n-lib-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libm17n-dev
- Raspbian
-
apt-get install libm17n-dev
- Dockerfile
- dockerfile.run/m17n-config
libm17n-dev
multilingual text processing library - development
The m17n library is a multilingual text processing library for the C language. This library has following features: - The m17n library is an open source software. - The m17n library for any Linux/Unix applications. - The m17n library realizes multilingualization of many aspects of applications. - The m17n library represents multilingual text as an object named M-text. M-text is a string with attributes called text properties, and designed to substitute for string in C. Text properties carry any information required to input, display and edit the text. - The m17n library supports functions to handle M-texts. m17n is an abbreviation of Multilingualization. This package contains the header and development files needed to build programs and packages using m17n-lib.