mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 05:24:10 +08:00
Merge remote-tracking branch 'origin/fix/comments-i18n' into release/v9.4.0
This commit is contained in:
@ -272,7 +272,7 @@ const std::vector<std::wstring> TxtFile::readUnicodeLines(int CodePage)
|
||||
return result;
|
||||
}
|
||||
|
||||
const std::vector<std::string> TxtFile::readAnsiOrCodePage() // == readUtf8withoutPref также
|
||||
const std::vector<std::string> TxtFile::readAnsiOrCodePage() // == readUtf8withoutPref as well
|
||||
{
|
||||
std::vector<std::string> result;
|
||||
NSFile::CFileBinary file_binary;
|
||||
@ -424,7 +424,7 @@ const std::vector<std::string> TxtFile::readUtf8()
|
||||
return result;
|
||||
}
|
||||
|
||||
bool TxtFile::writeAnsiOrCodePage(const std::vector<std::string>& content) // === writeUtf8withoutPref также
|
||||
bool TxtFile::writeAnsiOrCodePage(const std::vector<std::string>& content) // === writeUtf8withoutPref as well
|
||||
{
|
||||
NSFile::CFileBinary file;
|
||||
if (!file.CreateFileW(m_path)) return false;
|
||||
|
||||
Reference in New Issue
Block a user