diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2021-11-19 09:46:57 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2021-11-19 09:46:57 +0100 |
commit | 010273268665746e188324e49730704c83aa8752 (patch) | |
tree | 57e441ab2a65be79e7e54755619518f9f4468c74 /mysys/charset.c | |
parent | 220dc1fd59e61a44718a38ea59de5dc1da5aab8f (diff) | |
download | mariadb-git-010273268665746e188324e49730704c83aa8752.tar.gz |
Revert "MDEV-26713 Windows - improve utf8 support for command line tools"st-10.8-wlad
This reverts commit several commits pushed by mistake.
Diffstat (limited to 'mysys/charset.c')
-rw-r--r-- | mysys/charset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/charset.c b/mysys/charset.c index 5d4bc0e10c4..19cad76fdf4 100644 --- a/mysys/charset.c +++ b/mysys/charset.c @@ -1393,7 +1393,7 @@ static const MY_CSET_OS_NAME charsets[] = #ifdef UNCOMMENT_THIS_WHEN_WL_WL_4024_IS_DONE {"cp54936", "gb18030", my_cs_exact}, #endif - {"cp65001", "utf8mb4", my_cs_exact}, + {"cp65001", "utf8", my_cs_exact}, #else /* not Windows */ |