Closed academyofzhuang closed 8 years ago
This is a QR code reader issue. It has nothing to do with qr-image module!
Newline are encoded but not properly decoded by a reader, namely WeChat!
To make WeChat properly display newlines, two solutions:
Damn weChat!
Input text "a\nb". Encoding "utf-8"
Using a QR code reader to scan the output svg, consecutive newlines are squeezed to a single space char.
What can I do?