1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

A new function to meassure terminal screen cells number for a string.

This commit is contained in:
bar@mysql.com
2004-08-25 11:39:43 +05:00
parent 766eb867da
commit f81edf4afd
14 changed files with 256 additions and 2 deletions

View File

@ -2066,6 +2066,7 @@ MY_CHARSET_HANDLER my_charset_utf8_handler=
my_charpos_mb,
my_well_formed_len_mb,
my_lengthsp_8bit,
my_numcells_mb,
my_utf8_uni,
my_uni_utf8,
my_caseup_str_utf8,