This package browser is in early development. Mind the rough edges.

ecl-uax-14 1.0.0-1.0432162

Unicode Standard Annex #14 for standardised line breaking

This is an implementation of the Unicode Standards Annex #14 (http://www.unicode.org/reports/tr14/) line breaking algorithm. It provides a fast and convenient way to determine line breaking opportunities in text.

Note that this algorithm does not support break opportunities that require morphological analysis. In order to handle such cases, please consult a system that provides this kind of capability, such as a hyphenation algorithm.

Also note that this system is completely unaware of layouting decisions. Any kind of layouting decisions, such as which breaks to pick, how to space between words, how to handle bidirectionality, and what to do in emergency situations when there are no breaks on an overfull line are left up to the user.

Installation

Install ecl-uax-14 1.0.0-1.0432162 as follows:

guix install ecl-uax-14@1.0.0-1.0432162

Or install the latest version:

guix install ecl-uax-14

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.