Karsten Blees d3b9944e10 gettext: always use UTF-8 on native Windows
Git on native Windows exclusively uses UTF-8 for console output (both with
mintty and native console windows). Gettext uses setlocale() to determine
the output encoding for translated text, however, MSVCRT's setlocale()
doesn't support UTF-8. As a result, translated text is encoded in system
encoding (GetAPC()), and non-ASCII chars are mangled in console output.

Use gettext's bind_textdomain_codeset() to force the encoding to UTF-8 on
native Windows.

Signed-off-by: Karsten Blees <blees@dcon.de>
2015-04-09 16:19:56 +01:00
2014-02-27 14:01:48 -08:00
2015-04-01 09:59:35 +01:00
2015-04-01 09:54:08 +01:00
2015-01-30 15:02:34 -07:00
2015-04-01 10:00:06 +01:00
2015-01-14 09:32:04 -08:00
2014-07-28 10:14:33 -07:00
2015-01-14 09:32:04 -08:00
2014-05-15 09:49:12 -07:00
2014-05-15 09:49:12 -07:00
2015-01-07 12:55:05 -08:00
2015-04-01 09:00:38 +01:00
2015-01-07 12:55:05 -08:00
2015-04-01 09:00:38 +01:00
2014-12-22 12:27:20 -08:00
2014-12-12 14:31:42 -08:00
2014-03-31 15:29:27 -07:00
2014-06-03 12:06:40 -07:00
2015-04-01 09:00:38 +01:00
2014-12-22 12:27:41 -08:00
2015-04-01 09:54:14 +01:00
2014-10-29 10:09:35 -07:00
2015-02-11 13:39:44 -08:00
2015-02-26 20:19:21 +00:00
2015-03-31 14:57:10 -07:00
2014-10-08 13:05:25 -07:00
2014-09-29 12:36:11 -07:00
2014-07-07 13:56:38 -07:00
2014-07-07 13:56:38 -07:00
2015-04-01 10:03:51 +01:00
2014-11-03 11:00:28 -08:00
2014-10-20 12:23:48 -07:00
2015-04-01 10:03:56 +01:00
2015-01-07 12:55:05 -08:00
2014-10-19 15:28:30 -07:00
2014-10-19 15:28:30 -07:00
2015-02-11 13:44:07 -08:00
2014-12-17 11:46:57 -08:00
2014-07-21 12:35:39 -07:00
2014-03-31 15:29:27 -07:00
2014-10-10 16:02:26 -07:00
2015-04-01 09:00:16 +01:00
2015-03-20 12:41:41 -07:00
2015-03-28 09:36:30 -07:00
2015-02-11 13:44:07 -08:00
2014-09-15 11:29:46 -07:00
2015-02-11 13:44:07 -08:00
2015-02-11 13:44:07 -08:00
2014-12-22 12:27:10 -08:00
2014-12-22 12:27:10 -08:00
2014-09-02 13:28:44 -07:00
2014-06-13 11:49:40 -07:00
2014-12-22 12:27:30 -08:00
2014-12-22 12:27:30 -08:00
2015-01-07 12:55:05 -08:00
2014-03-31 15:29:27 -07:00
2015-02-13 13:16:12 -08:00
2015-01-07 19:56:44 -08:00
2014-09-02 13:28:44 -07:00
2014-12-18 12:30:53 -08:00
2015-01-07 13:28:10 -08:00
2014-12-17 11:04:39 -08:00
2014-02-27 14:04:05 -08:00

Git for Windows

Join the chat at https://gitter.im/git-for-windows/git

This is the source code of Git for Windows, forked from Git.

If you encounter problems, you can report them as GitHub issues, discuss them on Git for Windows' Google Group, and contribute bug fixes.

Description
No description provided
Readme 661 MiB
Languages
C 50.5%
Shell 38.8%
Perl 4.4%
Tcl 3.2%
Python 0.8%
Other 2.1%