X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=core%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2FDecodeHintType.java;h=20b922ca178be7d58fd182c253f7ad50cf80c7bf;hb=de6f57f5cfd923b42c2c9665b2db381c3a7a3f53;hp=2c863dd06cda631750fc36d979b735fb266d25e2;hpb=1fef67f2830ef51e4098a27c425e300eccaef86b;p=zxing.git diff --git a/core/src/com/google/zxing/DecodeHintType.java b/core/src/com/google/zxing/DecodeHintType.java index 2c863dd0..20b922ca 100644 --- a/core/src/com/google/zxing/DecodeHintType.java +++ b/core/src/com/google/zxing/DecodeHintType.java @@ -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[]. */