Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 19d1e75

Browse files
committed
Win32: Unicode file name support (except dirent)
Replaces Windows "ANSI" APIs dealing with file- or path names with their Unicode equivalent, adding UTF-8/UTF-16LE conversion as necessary. The dirent API (opendir/readdir/closedir) is updated in a separate commit. Adds trivial wrappers for access, chmod and chdir. Adds wrapper for mktemp (needed for both mkstemp and mkdtemp). The simplest way to convert a repository with legacy-encoded (e.g. Cp1252) file names to UTF-8 ist to checkout with an old msysgit version and "git add --all & git commit" with the new version. Signed-off-by: Karsten Blees <blees@dcon.de>
1 parent c5d4ecf commit 19d1e75

File tree

2 files changed

+158
-65
lines changed

2 files changed

+158
-65
lines changed

0 commit comments

Comments
 (0)