Latest fixes for multilingual support.
This commit is contained in:
@@ -45,7 +45,8 @@ bool is_windows_reserved_filename(const string& in upperName) {
|
||||
return false;
|
||||
}
|
||||
|
||||
string sanitize_filename_base_with_reserved_prefix(string name, const int maxLength = 40, const string fallback = "item",
|
||||
string sanitize_filename_base_with_reserved_prefix(string name, const int maxLength = 40,
|
||||
const string fallback = "item",
|
||||
const string reservedPrefix = "file_") {
|
||||
string normalized = normalize_name_whitespace(name);
|
||||
string result = "";
|
||||
|
||||
Reference in New Issue
Block a user