X-Git-Url: http://git.rot13.org/?p=zxing.git;a=blobdiff_plain;f=core%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2FDecodeHintType.java;h=20b922ca178be7d58fd182c253f7ad50cf80c7bf;hp=2c863dd06cda631750fc36d979b735fb266d25e2;hb=de6f57f5cfd923b42c2c9665b2db381c3a7a3f53;hpb=e935d6b248a82ff6ee4974e6508b0668d948a3d2 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[]. */