in reply to Re: Strange Unicode normalization question
in thread Strange Unicode normalization question
Your answer makes sense, however the OP says $html is the url-encoded strings which I interpret as:
... my $html = "Lubom%C3%ADr%2CBarto%C5%88ov%C3%A1" ; my $decomposedHtml = NFKD( $html ); ...
Which doesn't make sense to me...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Strange Unicode normalization question
by ikegami (Pope) on Aug 16, 2018 at 14:43 UTC |
In Section
Seekers of Perl Wisdom