Skip to content

Commit ec1795f

Browse files
authored
Merge pull request #153 from picqer/fix-code39e
Fix encoding of char 11 in Code39e
2 parents 4902279 + 8688074 commit ec1795f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Types/TypeCode39.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ protected function encode_code39_ext($code)
132132
chr(8) => '$H',
133133
chr(9) => '$I',
134134
chr(10) => '$J',
135-
chr(11) => '£K',
135+
chr(11) => '$K',
136136
chr(12) => '$L',
137137
chr(13) => '$M',
138138
chr(14) => '$N',

0 commit comments

Comments
 (0)