Issue 331
[zxing.git] / core / src / com / google / zxing / DecodeHintType.java
index 2c863dd..20b922c 100644 (file)
@@ -52,6 +52,11 @@ public final class DecodeHintType {
    */
   public static final DecodeHintType TRY_HARDER = new DecodeHintType();
 
+  /**
+   * Specifies what character encoding to use when decoding, where applicable (type String)
+   */
+  public static final DecodeHintType CHARACTER_SET = new DecodeHintType();
+
   /**
    * Allowed lengths of encoded data -- reject anything else. Maps to an int[].
    */