diff Core/Enumerations.h @ 952:98d6ba37c7dc dicom-rt

integration mainline -> dicom-rt
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 25 Jun 2014 15:33:02 +0200
parents 766a57997121
children 743a75b14bef 2fd5a163776d
line wrap: on
line diff
--- a/Core/Enumerations.h	Wed Jun 25 15:20:56 2014 +0200
+++ b/Core/Enumerations.h	Wed Jun 25 15:33:02 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