-
Notifications
You must be signed in to change notification settings - Fork 113
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Try to generate QR code, try add Swedish letter and got wrong QR code (with red pixels LOL)

generateQR("Övrigt asdasd asdas djaskl djaslk djaslkj dlaiodqjwiodjaskldj aksldjlk Övrigt")
func generateQR(QRText string) {
qrc, err := qrcode.New(QRText)
if err != nil {
fmt.Printf("could not generate QRCode: %v", err)
}
// save file
if err := qrc.Save("qr.png"); err != nil {
fmt.Printf("could not save image: %v", err)
}
}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working