Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: printing Unicode works for some characters but not all

by kcott (Archbishop)
on Jun 04, 2017 at 06:45 UTC ( [id://1192107]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -E 'use Unicode::UCD; say Unicode::UCD::UnicodeVersion'
    9.0.0
    
  2. or download this
    $ perl -E 'use Unicode::UCD "charprop"; say charprop("U+5C0D", "Age")'
    V1_1
    $ perl -E 'use Unicode::UCD "charprop"; say charprop("U+1F9C0", "Age")
    +'
    V8_0
    
  3. or download this
    $ perl -E 'use Unicode::UCD "charprop"; say charprop("U+1F9C0", "Age")
    +'
    Unassigned
    
  4. or download this
    $ perl -E 'use Unicode::UCD "charprop"; say charprop("U+1E95A", "Age")
    +'
    Unassigned
    

Log In?
Username:
Password:

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

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

    No recent polls found