Merge branch 'feature/utf-8' of github.com:cab404/qrcode-rust into feature/utf-8

This commit is contained in:
Vladimir Serov 2020-02-10 14:17:21 +03:00
commit 5b719f726e

View file

@ -128,7 +128,7 @@ fn main() {
Generates this output: Generates this output:
``` ```text
█████████████████████████████ █████████████████████████████
█████████████████████████████ █████████████████████████████
████ ▄▄▄▄▄ █ ▀▀▀▄█ ▄▄▄▄▄ ████ ████ ▄▄▄▄▄ █ ▀▀▀▄█ ▄▄▄▄▄ ████
@ -144,4 +144,4 @@ Generates this output:
████▄▄▄▄▄▄▄█▄████▄█▄██▄██████ ████▄▄▄▄▄▄▄█▄████▄█▄██▄██████
█████████████████████████████ █████████████████████████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
``` ```