1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +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

@ -1423,6 +1423,7 @@ MY_CHARSET_HANDLER my_charset_ucs2_handler=
my_charpos_ucs2,
my_well_formed_len_ucs2,
my_lengthsp_ucs2,
my_numcells_mb,
my_ucs2_uni, /* mb_wc */
my_uni_ucs2, /* wc_mb */
my_caseup_str_ucs2,