diff Core/Enumerations.h @ 949:766a57997121

enumeration for encodings
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 25 Jun 2014 15:02:37 +0200
parents 3c0d0836f704
children 743a75b14bef 2fd5a163776d
line wrap: on
line diff
--- a/Core/Enumerations.h	Wed Jun 25 11:36:41 2014 +0200
+++ b/Core/Enumerations.h	Wed Jun 25 15:02:37 2014 +0200
@@ -228,6 +228,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