# barcode **Repository Path**: graphic_image/barcode- ## Basic Information - **Project Name**: barcode - **Description**: Github clone of the http://zxingnet.codeplex.com SVN repository - **Primary Language**: C# - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-10-15 - **Last Updated**: 2020-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #barcode 源代码中有两处UTF-8的问题,会导致乱码, 其一:com.google.zxing.qrcode.encoder.encoder类中的 internal const System.String DEFAULT_BYTE_MODE_ENCODING = "ISO-8859-1"; 此处,将ISO-8859-1改为UTF-8 其二:com.google.zxing.qrcode.decoder.DecodedBitStreamParser类的成员 private const System.String UTF8 = "UTF8"; 应将UTF8改为UTF-8