Added a fallback title based on codeset info

This commit is contained in:
zhupengfei
2020-05-15 22:34:39 +08:00
parent 1415235a13
commit 450cef3fca
3 changed files with 41 additions and 4 deletions
+6
View File
@@ -250,6 +250,12 @@ public:
*/
bool HasExHeader();
/**
* Reads the name of the codeset.
* @return ResultStatus result of function.
*/
ResultStatus ReadCodesetName(std::string& name);
/**
* Gets encryption type (which key is used).
* @return ResultStatus result of function.