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

Big5 conversion routines

include/m_ctype.h:
  Add conversion routines prototypes
sql/init.cc:
  Fix for small bug
This commit is contained in:
unknown
2002-03-29 19:54:21 +04:00
parent 4206cf1289
commit b68daf5c83
4 changed files with 5839 additions and 9 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2848,8 +2848,8 @@ CHARSET_INFO compiled_charsets[] = {
ismbchar_big5,
ismbhead_big5,
mbcharlen_big5,
NULL, /* mb_wc */
NULL, /* wc_mb */
my_mb_wc_big5, /* mb_wc */
my_wc_mb_big5, /* wc_mb */
my_caseup_str_mb,
my_casedn_str_mb,
my_caseup_mb,