wme-at-contact-de

Results 1 issues of wme-at-contact-de

Example: > \>import pygit2 > \>import sys > \>r = pygit2.init_repository(r"C:\repösitory") > \>r.path 'C:/repösitory/.git/' # this is a wrongly decoded path > \>r.path.encode(sys.getfilesystemencoding()).decode("utf-8") # workaround 'C:/repösitory/.git/' # this looks right...