mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 01:04:34 +08:00
DocFormatReader - дешифрование + поддержка формата 95 года
This commit is contained in:
@ -43,7 +43,7 @@ namespace DocFileFormat
|
||||
|
||||
unsigned char *chars = reader->ReadBytes(18, true);
|
||||
|
||||
FormatUtils::GetSTLCollectionFromBytes<wstring>( &(newObject->m_UserInitials), chars, ( cch * 2 ), ENCODING_UNICODE);
|
||||
FormatUtils::GetSTLCollectionFromBytes<std::wstring>( &(newObject->m_UserInitials), chars, ( cch * 2 ), ENCODING_UTF16);
|
||||
|
||||
newObject->m_AuthorIndex = reader->ReadUInt16();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user