]> git.proxmox.com Git - libgit2.git/commit
Win32: Make sure error messages are consistently UTF-8 encoded
authorSven Strickroth <email@cs-ware.de>
Fri, 1 Feb 2013 15:17:34 +0000 (16:17 +0100)
committerSven Strickroth <email@cs-ware.de>
Fri, 1 Feb 2013 20:54:32 +0000 (21:54 +0100)
commitb0dc81f055d4eb523c92bc859d5641e72d343b00
tree0981338d512b39cb4e199769965a496abcde7ad6
parentaa3bf89df21c44f22fe70b4aac9109646fd06b48
Win32: Make sure error messages are consistently UTF-8 encoded

W/o this a libgit2 error message could have a mixed encoding:
e.g. a filename in UTF-8 combined with a native Windows error message
encoded with the local code page.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/errors.c
src/netops.c