| Age | Commit message (Collapse) | Author |
|
Fix mkultcase.pl to be deterministic.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Migrate to C++11: remove unicode_char, use char32_t. Replace
std::vector<unicode_char> with std::u32string.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Return an error indication if unicode could not be converted to the
requested character set.
|
|
|
|
Callbacks from the C library can get invoked from the base class's
destructor.
Bump shared library version.
|
|
|
|
|
|
|
|
|