Files
libkiwix/src
Matthieu Gautier 4c8aad0e68 Do not use std::fstream has it doesn't support wchar path.
This is surprising, but C++11 fstream doesn't have a constructor
that take wchar as path.
So, on windows, we cannot open a stream on a path containing non ascii
char. VC++ provide an extension for that, but it is not standard and
g++ mingwin doesn't provide it.

So move all our write/read tools function to the plain old c versions,
using _wopen to open wide path on windows.
2020-04-14 18:13:35 +02:00
..
2018-12-02 15:47:29 +01:00
2019-10-28 15:56:49 +01:00
2019-08-12 16:16:26 +02:00
2020-04-13 16:06:17 +02:00
2019-08-11 10:19:48 +02:00