QR Code not generating all characters via API call. #309
Answered
by
metafloor
barrett316
asked this question in
Q&A
-
I'm sure this is something on the input side, but when generating a QR code via an API call for example "jhfg!#@$?" , the result is "jhfg!" instead of the rest of the characters. Please advise on what I'm doing incorrectly. |
Beta Was this translation helpful? Give feedback.
Answered by
metafloor
Oct 23, 2023
Replies: 1 comment 2 replies
-
Considering that |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
barrett316
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Considering that
#
,@
, and?
are special to URLs, my guess is you are not usingencodeURIComponent()
on the text value...