blob: 17ac321bdcda09a65b029977f17724419d55db67 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 | 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.
 |