diff --git a/ase/lib/cmn/chr.c b/ase/lib/cmn/chr.c index d089c7a6..a8f3b015 100644 --- a/ase/lib/cmn/chr.c +++ b/ase/lib/cmn/chr.c @@ -103,8 +103,8 @@ ase_cint_t ase_ccls_to (ase_cint_t c, int type) { static const char* name[] = { - "upper", - "lower" + "toupper", + "tolower" }; static wctrans_t desc[] =