mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 02:35:29 +02:00
- added the cp932 charset support to the Windows builds
VC++Files/strings/strings.dsp:
- added ctype-cp932.c to the project (new charset)
include/config-win.h:
- added a HAVE_CHARSET_cp932 #define to enable the cp932 charset
on Windows
This commit is contained in:
parent
9e636a2491
commit
4a80acecea
2 changed files with 5 additions and 0 deletions
|
|
@ -393,6 +393,7 @@ inline double ulonglong2double(ulonglong value)
|
|||
/* #undef HAVE_CHARSET_cp850 */
|
||||
/* #undef HAVE_CHARSET_cp852 */
|
||||
/* #undef HAVE_CHARSET_cp866 */
|
||||
#define HAVE_CHARSET_cp932 1
|
||||
/* #undef HAVE_CHARSET_dec8 */
|
||||
#define HAVE_CHARSET_euckr 1
|
||||
#define HAVE_CHARSET_gb2312 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue