diff Core/Toolbox.cpp @ 3226:45e1631febbb

support of simplified chinese
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 14 Feb 2019 15:25:41 +0100
parents 4be505c2ac56
children 4b042ec734c1
line wrap: on
line diff
--- a/Core/Toolbox.cpp	Thu Feb 14 14:56:31 2019 +0100
+++ b/Core/Toolbox.cpp	Thu Feb 14 15:25:41 2019 +0100
@@ -507,6 +507,9 @@
       case Encoding_JapaneseKanji:
         return "JIS";
 
+      case Encoding_SimplifiedChinese:
+        return "GB2312";
+
       default:
         throw OrthancException(ErrorCode_NotImplemented);
     }