PluginProbe
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin / 1.5
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin v1.5
trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9 1.8.0 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9.0 1.9.1 All 71 releases
← All changes | mpdf/classes/barcode.php +0 -1 1.71.5 View file →
@@ -870,9 +870,8 @@
870 870 * C128 barcodes.
871 871 * Very capable code, excellent density, high reliability; in very wide use world-wide
872 872 */
873 873 protected function barcode_c128($code, $type='B', $ean=false) {
874 - $code = strcode2utf($code); // mPDF 5.7.1 Allows e.g. <barcode code="5432&#013;1068" type="C128A" />
875 874 $chr = array(
876 875 '212222', /* 00 */
877 876 '222122', /* 01 */
878 877 '222221', /* 02 */