diff options
author | Karsten Blees <blees@dcon.de> | 2012-02-04 21:54:36 +0100 |
---|---|---|
committer | Pat Thoyts <patthoyts@users.sourceforge.net> | 2016-10-06 09:21:50 +0100 |
commit | e2039e946e6efa6c220b3cf186671f93e7aec9b9 (patch) | |
tree | 0f2a67ae9371710e2bbbf7dc3fb3b5435e0c9f96 /builtin/fetch.c | |
parent | 12d29c326551a6570594db525bea42ad9cea8028 (diff) | |
download | git-e2039e946e6efa6c220b3cf186671f93e7aec9b9.tar.gz git-e2039e946e6efa6c220b3cf186671f93e7aec9b9.tar.xz |
git-gui: unicode file name support on windows
Assumes file names in git tree objects are UTF-8 encoded.
On most unix systems, the system encoding (and thus the TCL system
encoding) will be UTF-8, so file names will be displayed correctly.
On Windows, it is impossible to set the system encoding to UTF-8. Changing
the TCL system encoding (via 'encoding system ...', e.g. in the startup
code) is explicitly discouraged by the TCL docs.
Change git-gui functions dealing with file names to always convert
from and to UTF-8.
Signed-off-by: Karsten Blees <blees@dcon.de>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Diffstat (limited to 'builtin/fetch.c')
0 files changed, 0 insertions, 0 deletions