Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Strange Unicode normalization question

by Veltro (Hermit)
on Aug 16, 2018 at 11:43 UTC ( [id://1220423]=note: print w/replies, xml ) Need Help??


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 (Patriarch) on Aug 16, 2018 at 14:43 UTC

    They also said "Lubomír,Bartoňová" is passed through NFKD, which is that part I addressed.

    The OP wrote a lot, but said very little that can be used. I didn't think that asking for a clearer explanation would be useful, so I provide a starting point.

    I do agree that it makes no sense to pass URL-encoded or HTML-encoded text to NFKD. Escapes could prevent it from functioning correctly.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1220423]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-25 06:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found