Improved datamatrix reader with new algorithm
[zxing.git] / core / src / com / google / zxing / EncodeHintType.java
index 8074c2f..35afc15 100644 (file)
@@ -28,6 +28,11 @@ public final class EncodeHintType {
    */
   public static final EncodeHintType ERROR_CORRECTION = new EncodeHintType();
 
+  /**
+   * Specifies what character encoding to use where applicable (type String)
+   */
+  public static final EncodeHintType CHARACTER_SET = new EncodeHintType();
+
   private EncodeHintType() {
   }