• Show log

    Commit

  • Hash : b0dc81f0
    Author : Sven Strickroth
    Date : 2013-02-01T16:17:34

    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>