comparison src/proto/mbyte.pro @ 12547:aa3f6d093f4b v8.0.1152

patch 8.0.1152: encoding of error message wrong in Cygwin terminal commit https://github.com/vim/vim/commit/2a02745709127bd56ccdbac8c568b3c25f3072a7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 26 19:10:37 2017 +0200 patch 8.0.1152: encoding of error message wrong in Cygwin terminal Problem: Encoding of error message wrong in Cygwin terminal. Solution: Get locale from environment variables. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Tue, 26 Sep 2017 19:15:05 +0200
parents d2373927d76d
children 55ccc2d353bd
comparison
equal deleted inserted replaced
12546:088dd3306316 12547:aa3f6d093f4b
69 char_u *mb_unescape(char_u **pp); 69 char_u *mb_unescape(char_u **pp);
70 int mb_lefthalve(int row, int col); 70 int mb_lefthalve(int row, int col);
71 int mb_fix_col(int col, int row); 71 int mb_fix_col(int col, int row);
72 char_u *enc_skip(char_u *p); 72 char_u *enc_skip(char_u *p);
73 char_u *enc_canonize(char_u *enc); 73 char_u *enc_canonize(char_u *enc);
74 char_u *enc_locale_env(char *locale);
74 char_u *enc_locale(void); 75 char_u *enc_locale(void);
75 int encname2codepage(char_u *name); 76 int encname2codepage(char_u *name);
76 void *my_iconv_open(char_u *to, char_u *from); 77 void *my_iconv_open(char_u *to, char_u *from);
77 int iconv_enabled(int verbose); 78 int iconv_enabled(int verbose);
78 void iconv_end(void); 79 void iconv_end(void);