summaryrefslogtreecommitdiff
path: root/include/git2/windows.h
Commit message (Collapse)AuthorAgeFilesLines
* windows: Keep UTF-8 on the stack yoVicent Marti2012-08-281-59/+0
|
* Update Copyright headerschu2012-02-131-1/+1
| | | | Signed-off-by: schu <schu-github@schulog.org>
* windows: Add support for non-UTF codepagesVicent Marti2011-10-261-0/+59
Our previous assumption that all paths in Windows are encoded in UTF-8 is rather weak, specially when considering that Git is encoding-agnostic. These set of functions allow the user to change the library's active codepage globally, so it is possible to access paths and files on all international versions of Windows. Note that the default encoding here is UTF-8 because we assume that 99% of all Git repositories will be in UTF-8. Also, if you use non-ascii characters in paths, anywhere, please burn on a fire.