publish changes

This commit is contained in:
Archie 2024-09-29 02:04:03 +00:00
parent afc5064a7b
commit ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions

View file

@ -168,7 +168,7 @@ uint16 WAVReader::GetFileCodePage(FileReader::ChunkList<RIFFChunk> &chunks)
Version version = Version::Parse(mpt::ToUnicode(mpt::Charset::ISO8859_1, versionString));
if(version && version < MPT_V("1.28.00.02"))
{
return 1252; // mpt::Charset::Windows1252; // OpenMPT up to and including 1.28.00.01 wrote metadata in windows-1252 encoding
return 1252; // mpt::Charset::Windows1252; // OpenMPT up to and including 1.28.00.01 wrote metadata in arch-1252 encoding
} else
{
return 28591; // mpt::Charset::ISO8859_1; // as per spec