diff Core/Enumerations.h @ 955:743a75b14bef plugins

merge mainline -> plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 25 Jun 2014 15:37:48 +0200
parents 0570a8c859cb 766a57997121
children 509e146c3cb3
line wrap: on
line diff
--- a/Core/Enumerations.h	Wed Jun 25 11:51:55 2014 +0200
+++ b/Core/Enumerations.h	Wed Jun 25 15:37:48 2014 +0200
@@ -229,6 +229,13 @@
   };
 
 
+  enum Encoding
+  {
+    Encoding_Utf8,
+    Encoding_Latin1
+  };
+
+
   /**
    * WARNING: Do not change the explicit values in the enumerations
    * below this point. This would result in incompatible databases