You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught SyntaxError: Invalid regular expression: /^[_These characters could not be pasted_]*/: Range out of order in character class (at JsBarcode.code128.min.js:834:28)
at new RegExp (<anonymous>)
at a (JsBarcode.code128.min.js:834:28)
at e.default (JsBarcode.code128.min.js:846:21)
at new e (JsBarcode.code128.min.js:803:150)
at o (JsBarcode.code128.min.js:494:17)
at JsBarcode.code128.min.js:545:25
at t.value (JsBarcode.code128.min.js:380:35)
at x.<computed>.x.<computed>.x.<computed> (JsBarcode.code128.min.js:540:36)
at E (JsBarcode.code128.min.js:532:222)
at Go (Main.html:21:2)
I have a sinking feeling it is related to the file's encoding. I've tried different encoding to no avail.
If it is related to the file's encoding, could I please request a version of the file or instructions on how to change the characters in the array to standard characters? I only need 0-9, A-Z, a-z. The main keyboard symbols are a bonus but not needed.
I've just designed a simple page that loads whatever text is in a textbox at the click of a button and then displays it as a barcode.
Hi. I am trying to make a barcode generator for my work. I've followed your instructions and it works perfectly.
However, when I download the script from the CDN at https://cdn.jsdelivr.net/npm/[email protected]/dist/barcodes/JsBarcode.code128.min.js
and then try to use it locally from the filesystem on my page it prints an error:
I have a sinking feeling it is related to the file's encoding. I've tried different encoding to no avail.
If it is related to the file's encoding, could I please request a version of the file or instructions on how to change the characters in the array to standard characters? I only need 0-9, A-Z, a-z. The main keyboard symbols are a bonus but not needed.
I've just designed a simple page that loads whatever text is in a textbox at the click of a button and then displays it as a barcode.
The text was updated successfully, but these errors were encountered: