blob: 8cb01961e6d003ba642476629dba5a5f5fb1d388 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
2.1.1
2020-11-24 Sam Varshavchik <mrsam@courier-mta.com>
* unicodebuf.c (unicode_buf_remove): Bug fix.
2.1
2018-07-13 Sam Varshavchik <mrsam@courier-mta.com>
* unicode.c: Fix error and validation of valid modified-utf7
encoding.
2018-07-11 Sam Varshavchik <mrsam@courier-mta.com>
* unicode.c: Implement unicode_x_smap_modutf8 pseudo-encoding.
2018-04-27 Sam Varshavchik <mrsam@courier-mta.com>
* gcc 8 update, fix assertions. libtool and toolchain updates.
2.0
2017-03-06 Sam Varshavchik <mrsam@courier-mta.com>
* Migrate to C++11: remove unicode_char, use char32_t. Replace
std::vector<unicode_char> with std::u32string.
1.5
2016-02-19 Sam Varshavchik <mrsam@courier-mta.com>
* configure.ac: Better test for available of nl_langinfo_l().
1.3
2015-06-28 Sam Varshavchik <mrsam@courier-mta.com>
* all: rebased against Unicode 8
2015-02-27 Sam Varshavchik <mrsam@courier-mta.com>
* courier-unicode: Rename unicode.h, library name, to avoid name
clashing with some old, forgotten, Gnome library.
2015-01-19 Sam Varshavchik <mrsam@courier-mta.com>
* all: rebased against Unicode 7. Added unicode_script(), tr24
Scripts lookup.
1.1
2014-06-02 Sam Varshavchik <mrsam@courier-mta.com>
* unicode.h: Add convenience definitions for several standard character
sets in the C++ unicode:: namespace.
* unicode.h: change iconvert::fromu::convert() to return an additional
bool flag, an error indication.
* unicode.h: declare "deleted" when compiling at C++11 level, or higher,
and fix some existing C++03-style private declaration stubs.
* unicode.h: fix pure virtual function call abort.
* linebreaktest.C (main): Make fromu::convert return an indication
of a failed conversion.
1.0
2014-01-06 Sam Varshavchik <mrsam@courier-mta.com>
* Refactored as a standalone library, changed some symbol names.
|