summaryrefslogtreecommitdiff
path: root/strings/ctype-ujis.c
diff options
context:
space:
mode:
authorunknown <bar@mysql.com>2004-08-25 11:39:43 +0500
committerunknown <bar@mysql.com>2004-08-25 11:39:43 +0500
commitf0fed746298db622fbd26339f8ed6aeb3fef5674 (patch)
tree77ec9c8b1ea74c9271b7f43311873522341fca7a /strings/ctype-ujis.c
parent51fd9ed41834c324b476e137dbdf34ed8c81983f (diff)
downloadmariadb-git-f0fed746298db622fbd26339f8ed6aeb3fef5674.tar.gz
A new function to meassure terminal screen cells number for a string.
Diffstat (limited to 'strings/ctype-ujis.c')
-rw-r--r--strings/ctype-ujis.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/strings/ctype-ujis.c b/strings/ctype-ujis.c
index 746c31f37a0..37c26a3bbc4 100644
--- a/strings/ctype-ujis.c
+++ b/strings/ctype-ujis.c
@@ -8443,6 +8443,7 @@ static MY_CHARSET_HANDLER my_charset_handler=
my_charpos_mb,
my_well_formed_len_mb,
my_lengthsp_8bit,
+ my_numcells_mb,
my_mb_wc_euc_jp, /* mb_wc */
my_wc_mb_euc_jp, /* wc_mb */
my_caseup_str_mb,