wireguard-install icon indicating copy to clipboard operation
wireguard-install copied to clipboard

QR Code not able to scan with UTF8

Open julianwue opened this issue 3 years ago • 1 comments

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"

julianwue avatar Mar 14 '21 18:03 julianwue

use term instead of terminal

spookiemulder avatar May 17 '22 11:05 spookiemulder

Unable to reproduce.

77f9c244-aaf5-438e-ad7e-ab94e670fd58

dde6d732-6c31-4fdd-a4e9-a69c96b0c910

Nyr avatar Oct 19 '23 18:10 Nyr