Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: Since when did "\N{U+5678}" work as an alternative to "\x{5678}"?

by sundialsvc4 (Abbot)
on Nov 23, 2017 at 04:12 UTC ( [id://1204104]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Since when did "\N{U+5678}" work as an alternative to "\x{5678}"?
in thread Since when did "\N{U+5678}" work as an alternative to "\x{5678}"?

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^4: Since when did "\N{U+5678}" work as an alternative to "\x{5678}"?
by Your Mother (Archbishop) on Nov 23, 2017 at 04:29 UTC

    Good Christ... Here is your interpretation removed of intermediate fluff–

    Q: Since when did "\N{U+5678}" work as an alternative to "\x{5678}"?

    A: Unicode.

    And here is yet another answer to something you posit: Is the byte-sequence “ABCD” a valid Unicode code-point, such that Unicode-aware software should be expected to understand it? Any competent Perl hacker could find the answer in just a few minutes–

    perl -CSD -le 'print "\N{U+ABCD}"'
    ꯍ
    perl -Mcharnames=:full -e'printf"%04X\n",charnames::vianame("MEETEI MAYEK LETTER HUK")'
    ABCD
    

    Goody for me indeed.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-23 13:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found