nayuki / QR-Code-generator

High-quality QR Code generator library in Java, TypeScript/JavaScript, Python, Rust, C++, C.

Home Page:https://www.nayuki.io/page/qr-code-generator-library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Letters get wrongly encoded as Kanji

jonas1015119 opened this issue · comments

When including non-ascii letters like ä, ö, ü or ß they and the next letter following them get encoded as a Kanji character.
"Blüte" turns into "Bl鬱e" and so on. (the Kanji seem to change based on which two letters get absorbed)

Tested in the live demo, is there an option in the full version that would fix this?

Your example text has no problem when I scan using Android's Barcode Scanner app.

What scanner app are you using? Maybe it is assuming a character encoding other than UTF-8.