]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0173: msgfmt ver. 0.22 forcibly converts text to UTF-8 v9.1.0173
authorRestorerZ <restorer@mail2k.ru>
Tue, 12 Mar 2024 21:11:36 +0000 (22:11 +0100)
committerChristian Brabandt <cb@256bit.org>
Tue, 12 Mar 2024 21:14:39 +0000 (22:14 +0100)
commite498cafe74e9073a9f8134f04c22b61d7bc68894
tree33fd95ffb3a3027e87e3913e2a6b47418b7febb5
parent9a660d2883f92b3a3761c964dc14363a8f70c8d8
patch 9.1.0173: msgfmt ver. 0.22 forcibly converts text to UTF-8

Problem:  msgfmt ver. 0.22 forcibly converts text to UTF-8
Solution: use '--no-convert' if msgfmt supports it. Add a configure
          check for the msgfmt version (RestorerZ).

closes: #14163

Co-authored-by: Christian Brabandt <cb@256bit.org>
Signed-off-by: RestorerZ <restorer@mail2k.ru>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/auto/configure
src/config.mk.in
src/configure.ac
src/po/Make_mvc.mak
src/po/Makefile
src/version.c