| Server IP : 185.216.8.13 / Your IP : 216.73.217.53 Web Server : Apache System : Linux webhost-vie2.sitetide.com 4.18.0-553.156.1.el8_10.x86_64 #1 SMP Mon Aug 17 17:52:57 UTC 2026 x86_64 User : medicalkn ( 9986) PHP Version : 8.2.33 Disable Function : syslog MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/root/usr/share/doc/courier-unicode/ |
Upload File : |
Link: Courier Unicode Library (start)
Link: Installation and usage (next)
Courier Unicode Library
Next
══════════════════════════════════════════════════════════════════════════
Courier Unicode Library
══════════════════════════════════════════════════════════════════════════
Table of Contents
Current status
Installation and usage
Using the library
Manual pages
COPYING
This library implements several algorithms related to the Unicode
Standard, featuring:
• Both C and C++11 bindings, with a complete manual page documentation
set.
• The library has all Unicode mappings compiled in as fast, compact,
lookup table. The library does not need to load the Unicode database
files at startup, every time.
• The library implements lookups uppercase, lowercase, and titlecase
equivalents of a unicode character; grapheme and word breaking rules;
line breaking rules; and the bi-directional algorithm.
• The library implements canonical and compatibility decomposition and
composition of Unicode text; and the Unicode script property.
• The library also implements ancillary functions, like looking up the
unicode character that corresponds to some HTML 4.0 entity (such as
“&”, for example), and determining the normal width or a
double-width status of a unicode character. Also, an adaptation of the
iconv(3) API for this unicode library.
Current status
The current release of the Courier Unicode library is based on the Unicode
15 standard.
══════════════════════════════════════════════════════════════════════════
Next
Installation and usage