Introduction - If you have any usage issues, please Google them yourself
ZXing 2.1 version GBK Chinese garbled solution: zxing in two-dimensional code scanning pictures, if it contains Gbk Chinese, garbled solution is to modify DecodedBitStreamParser.h file, which joined GBK judgment. In version 2.1, the decoding is not defined within this class, and moved to the StringUtils class, so it is necessary to modify this class, modifying the process of discovery, Chinese is preferentially transferred into Japanese it. So what needs to move the original code in the class order. Use, the direct use of two classes, the original class to replace it.