1COURIER-UNICODE(7) Courier Unicode Library COURIER-UNICODE(7)
2
3
4
6 courier-unicode - Courier Unicode Library
7
9 #include <courier-unicode.h>
10
12 This library implements several algorithms related to the Unicode
13 Standard[1]. This library uses iconv(3)[2] to convert text in a given
14 character set to unicode. Any character set displayed by iconv --list
15 can be specified for the corresponding character set parameter.
16 Additionally, courier-unicode.h defines a special character string
17 unicode_x_imap_modutf7 that specifies the pseudo-character set for the
18 modified-UTF7 encoding used in IMAP. This string can also be appended
19 by a space, and up to fifteen additional US-ASCII characters. The
20 resulting character set also encodes these additional characters, in
21 addition to unicode characters, with modified-UTF7.
22
23 The C++ compiler must have C++11 support. Minimum usable version of gcc
24 appears to be gcc 4.4 with the -std=c++0x flag. Current versions of gcc
25 use C++11, or higher, by default and do not require extra flags.
26 Consult the packaging documentation for the Courier Unicode Library for
27 information on any compiler flags that are needed to build software
28 that links with this library.
29
31 unicode_bidi(3), unicode_canonical(3), unicode_category_lookup(3),
32 unicode_convert(3), unicode_default_chset(3), unicode_emoji_lookup(3),
33 unicode_html40ent_lookup(3), unicode_grapheme_break(3),
34 unicode_line_break(3), unicode_script(3), unicode_uc(3),
35 unicode_word_break(3), unicode::bidi(3), unicode::canonical(3),
36 unicode::iconvert::convert(3), unicode::iconvert::convert_tocase(3),
37 unicode::iconvert::fromu(3), unicode::iconvert::tou(3),
38 unicode::tolower(3), unicode::linebreak(3), unicode::wordbreak(3).
39
41 Sam Varshavchik
42 Author
43
45 1. Unicode Standard
46 https://www.unicode.org/standard/standard.html
47
48 2. iconv(3)
49 https://manpages.courier-mta.org/htmlman3/iconv.3.html
50
51
52
53Courier Unicode Library 04/16/2022 COURIER-UNICODE(7)