Skip to content

qrcode doesn't accepts line breaks #21

@gubi

Description

@gubi

I tried with:
\r\n

a\r\nb\r\nc

\x0D\x0A

a\x0D\x0Ab\x0D\x0Ac

%0A in the query string...
?test=a%0Ab%0Ac and then

<barcode code="<?php print $_GET["test"]; ?>" type="QR" error="H" />

but nothing.
After the generation my phone scan it as "a b c".
How to solve it?

Thanks in advance


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions