m17n-db
Multilingual text processing library (database)
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.
This package contains the library database.
- Versions: 1.8.0
- Website: https://www.nongnu.org/m17n/
- Licenses: LGPL 2.1+
- Package source: gnu/packages/emacs.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of m17n-db as follows:
guix install m17n-db
Or install a particular version:
guix install m17n-db@1.8.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of m17n-db about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/m17n-db'><img src='https://packages.guix.gnu.org/packages/m17n-db/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/m17n-db)
Example Org:
[[https://packages.guix.gnu.org/packages/m17n-db][https://packages.guix.gnu.org/packages/m17n-db/badges/latest-version.svg]]