Bacon / BaconQrCode

QR Code Generator for PHP
BSD 2-Clause "Simplified" License
1.83k stars 208 forks source link

Fixed bug in /src/Encoder/Encoder.php #94

Closed D3VSOFTBG closed 2 years ago

D3VSOFTBG commented 2 years ago

I am getting and error: could not encode content to iso-8859-1, when i use cyrillic alphabet.

DASPRiD commented 2 years ago

Pass UTF-8 as the encoding to the writeString() or writeFile() method.