mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-09-21 11:18:44 -04:00
+ better deal with accented paths
This commit is contained in:
parent
1475646cf3
commit
1c2037e5fa
@ -24,7 +24,7 @@ const char *nsStringToCString(const nsAString &str) {
|
||||
nsCString tmpStr;
|
||||
|
||||
#ifdef _WIN32
|
||||
LossyCopyUTF16toASCII(str, tmpStr):
|
||||
LossyCopyUTF16toASCII(str, tmpStr);
|
||||
#else
|
||||
CopyUTF16toUTF8(str, tmpStr);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user