From 7e13bc23fcac7dc21a16c57c6a6a71d86548d03e Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Fri, 26 Sep 2008 22:31:40 +0000 Subject: [PATCH] fixed wrong wctrans names --- ase/lib/cmn/chr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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[] =