Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^3: Trying to determine the output length of a Unicode string

by ikegami (Patriarch)
on Sep 26, 2011 at 20:05 UTC ( [id://927938]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Trying to determine the output length of a Unicode string
in thread Trying to determine the output length of a Unicode string

We need a terminal capable of handling combining marks.
$ perl -CS -MUnicode::Normalize -E'say NFC("\xE9")' é $ perl -CS -MUnicode::Normalize -E'say NFD("\xE9")' e

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-20 03:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found