Jeremie Guichard 5ed93a9d9e Fix "Load/Save to cloudstorage" for non-ASCII user names
On Windows that would fail because stat() doesn't deal well with our
utf8 strings.

Added new subsurface_stat() portability function to replace stat().
Added Windows implementation of subsurface_stat() using wstat(),
with conversion to ut16 of the inputed path.
Other platform implementations (linux, android) make use of the normal stat().

Added non ASCII test case in TestGitStorage::testGitStorageLocal()

Signed-off-by: Jeremie Guichard <djebrest@gmail.com>
2017-02-24 01:10:22 -08:00
..
2016-09-20 09:26:35 -07:00
2017-02-19 17:38:34 -08:00
2016-08-10 15:08:51 -07:00
2017-02-19 15:29:40 -08:00
2017-02-19 15:29:40 -08:00
2016-11-09 06:33:45 -08:00
2017-02-21 07:03:10 -08:00
2017-02-03 15:01:15 -08:00
2017-01-06 20:43:23 -08:00
2016-04-20 16:00:28 -07:00
2017-02-21 13:14:56 -08:00
2017-02-21 13:14:56 -08:00
2017-01-06 20:43:23 -08:00
2016-04-29 09:07:17 -07:00
2016-04-29 09:07:17 -07:00
2017-02-03 15:04:51 -08:00