aboutsummaryrefslogtreecommitdiffstats
path: root/ucs/norm_charmap.c
Commit message (Collapse)AuthorAgeFilesLines
* Align with legacy_6x.Matthias Andree2019-08-251-0/+1
| | | | | | * Normalize include order. * Backport missed bug fixes. * Remove dead code.
* Fix missing prototype for norm_charmap.Matthias Andree2010-10-091-0/+1
|
* Fix lots of warnings, most around string literals...Matthias Andree2010-03-181-1/+1
| | | | | | | ...that were converted to char* when they should have been converted to const char *. Use braces for empty if/else statements.
* Remove unused assignments/initializations found with llvm-clang.Matthias Andree2010-02-281-2/+2
|
* Include config.h just in case compiler doesn't know const.Matthias Andree2004-11-071-1/+3
| | | | | | Make argument and return value const. svn path=/trunk/; revision=3978
* copying Markus Kuhn's ucs 2002-03-11 into trunkMatthias Andree2004-11-071-0/+144
svn path=/trunk/; revision=3976