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_convert(3), unicode_default_chset(3),
32 unicode_html40ent_lookup(3), unicode_category_lookup(3),
33 unicode_grapheme_break(3), unicode_line_break(3), unicode_script(3),
34 unicode_word_break(3), unicode_uc(3), unicode::iconvert::convert(3),
35 unicode::iconvert::convert_tocase(3), unicode::iconvert::fromu(3),
36 unicode::iconvert::tou(3), unicode::tolower(3), unicode::linebreak(3),
37 unicode::wordbreak(3).
38
40 Sam Varshavchik
41 Author
42
44 1. Unicode Standard
45 http://www.unicode.org/standard/standard.html
46
47 2.
48
49 iconv(3)
50 http://manpages.courier-mta.org/htmlman3/iconv.3.html
51
52
53
54Courier Unicode Library 03/11/2017 COURIER-UNICODE(7)