mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-15 00:42:20 +00:00
convert leftover file to UTF-8
This commit is contained in:
parent
c03b272062
commit
f2d3275db5
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ int FDirectory::AddDirectory(const char *dirpath, LumpFilterInfo* filter, FileSy
|
||||||
// On Linux this is important because its file system is case sensitive,
|
// On Linux this is important because its file system is case sensitive,
|
||||||
// but even on Windows the Unicode normalization is destructive
|
// but even on Windows the Unicode normalization is destructive
|
||||||
// for some characters and cannot be used for file names.
|
// for some characters and cannot be used for file names.
|
||||||
// Examples for this are the Turkish 'i's or the German ß.
|
// Examples for this are the Turkish 'i's or the German ß.
|
||||||
SystemFilePath[count] = stringpool->Strdup(entry.FilePathRel.c_str());
|
SystemFilePath[count] = stringpool->Strdup(entry.FilePathRel.c_str());
|
||||||
// for internal access we use the normalized form of the relative path.
|
// for internal access we use the normalized form of the relative path.
|
||||||
// this is fine because the paths that get compared against this will also be normalized.
|
// this is fine because the paths that get compared against this will also be normalized.
|
||||||
|
|
Loading…
Reference in a new issue