Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QR Code not able to scan with UTF8 #41

Closed
julianwue opened this issue Mar 14, 2021 · 2 comments
Closed

QR Code not able to scan with UTF8 #41

julianwue opened this issue Mar 14, 2021 · 2 comments

Comments

@julianwue
Copy link

Changed UTF8 to ASCII that I could scan the QR code in my MacOS Terminal. With the UTF8 there was to much space between the lines and no scanner could identify the data. Maybe you insert both options to generate - with a 1/2 selection or just both in sequence.

qrencode -t UTF8 < ~/"$client.conf"
qrencode -t ASCII < ~/"$client.conf"
@spookiemulder
Copy link

use term instead of terminal

@Nyr
Copy link
Owner

Nyr commented Oct 19, 2023

Unable to reproduce.

77f9c244-aaf5-438e-ad7e-ab94e670fd58

dde6d732-6c31-4fdd-a4e9-a69c96b0c910

@Nyr Nyr closed this as not planned Won't fix, can't repro, duplicate, stale Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants