mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Try forcing BOM?
This commit is contained in:
@@ -2989,7 +2989,7 @@ namespace SabreTools.Helper
|
||||
|
||||
logger.User("Opening file for writing: " + outfile);
|
||||
FileStream fs = File.Create(outfile);
|
||||
StreamWriter sw = new StreamWriter(fs, new UTF8Encoding(false));
|
||||
StreamWriter sw = new StreamWriter(fs, new UTF8Encoding(true));
|
||||
|
||||
// Write out the header
|
||||
WriteHeader(sw, outputFormat, datdata, logger);
|
||||
|
||||
Reference in New Issue
Block a user