in reply to Re^3: PDF::API2 printing non ascii characters
in thread PDF::API2 printing non ascii characters
I'm scratching my head now with the code below:
instead of Hello ω ∞#sometext is a web input my $line = uri_escape($sometext); # $line prints $VAR1 = 'Hello%20%CF%89%20%E2%88%9E'; $line = uri_unescape($line); # $line prints Hello ω ∞
What am I missing?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: PDF::API2 printing non ascii characters
by thanos1983 (Parson) on Mar 14, 2018 at 09:44 UTC | |
by Anonymous Monk on Mar 14, 2018 at 09:54 UTC |