mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Add encoding to file names
This commit is contained in:
@@ -4381,7 +4381,7 @@ namespace SabreTools.Helper
|
||||
{
|
||||
TotalSize = Int64.MaxValue + TotalSize;
|
||||
}
|
||||
sw.Write("\t\t\t<tr><td>" + FileName + "</td>"
|
||||
sw.Write("\t\t\t<tr><td>" + HttpUtility.HtmlEncode(FileName) + "</td>"
|
||||
+ "<td>" + Style.GetBytesReadable(TotalSize) + "</td>"
|
||||
+ "<td>" + (game == -1 ? Files.Count : game) + "</td>"
|
||||
+ "<td>" + RomCount + "</td>"
|
||||
|
||||
Reference in New Issue
Block a user