libkiwix/include/common
Matthieu Gautier 5f4c04e79e Fix use of getAsI when parsing download rpc.
The value is store as a string in in the xml, so we cannot use getAsI.
We have to get the string and parse it to an int.
We cannot use strtoull because android stdc++ lib doesn't have it.

We have to implement our how parseFromString function using a
istringstream.
2018-11-02 17:03:03 +01:00
..
base64.h base64_encode takes a string instead of a char* 2018-10-24 10:47:12 +02:00
networkTools.h Fix for Windows 2018-10-24 10:47:12 +02:00
otherTools.h Add a method converta2toa3 to convert language code alpha2 to alpha3. 2018-10-26 14:18:06 +02:00
pathTools.h Add a tool's function to get the data directory. 2018-08-29 15:28:52 +02:00
regexTools.h Format all the code using clang-format. 2017-07-05 15:22:34 +02:00
stringTools.h Fix use of getAsI when parsing download rpc. 2018-11-02 17:03:03 +01:00