Dear masters:
use 5.032;
use utf8;
say OUT "\x{U+2622}"; # going postal
Gives me:
Non-hex character 'U' terminates \x early. Resolved as "\x{00}" at
qrfile.pl line 11.
And the QR created is unreadable.
Thanks in advance.
In article <stostp$fek$[email protected]>, gamo <[email protected]> wrote:
Dear masters:
use 5.032;
use utf8;
say OUT "\x{U+2622}"; # going postal
Gives me:
Non-hex character 'U' terminates \x early. Resolved as "\x{00}" at
qrfile.pl line 11.
And the QR created is unreadable.
Thanks in advance.
You don't need the U+. Just do:
say OUT "\x{2622}"; # going postal
Cheers
Tony
| Sysop: | Keyop |
|---|---|
| Location: | Huddersfield, West Yorkshire, UK |
| Users: | 741 |
| Nodes: | 16 (2 / 14) |
| Uptime: | 79:42:55 |
| Calls: | 12,451 |
| Calls today: | 1 |
| Files: | 15,194 |
| Messages: | 6,537,724 |