Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: char names: why can i print GREEK CAPITAL LETTER DELTA but not MUSIC FLAT SIGN?

by Corion (Patriarch)
on Oct 03, 2014 at 20:30 UTC ( [id://1102779]=note: print w/replies, xml ) Need Help??


in reply to char names: why can i print GREEK CAPITAL LETTER DELTA but not MUSIC FLAT SIGN?

Have you verified that your Perl script outputs the expected bytes?

perl -w 1102776.pl | od -x

The above should show you the raw bytes (encoded as hex). There also is Unicode::Tussle, which I think also contains some programs for debugging your output, but I don't find anythink immediately relevant in its documentation.

Maybe your console font does not support MUSICAL FLAT SIGN. Does it support PILE OF POO ?

  • Comment on Re: char names: why can i print GREEK CAPITAL LETTER DELTA but not MUSIC FLAT SIGN?
  • Download Code

Replies are listed 'Best First'.
Re^2: char names: why can i print GREEK CAPITAL LETTER DELTA but not MUSIC FLAT SIGN?
by karlgoethebier (Abbot) on Oct 03, 2014 at 21:41 UTC

    Hi Corion, thanks for your reply.

    PILE OF POO is supported and hex dump shows e2 99 ad which should be correct. Font is Andale Mono.

    According to fileformat.info MUSICAL FLAT SIGN is missing in this font. But other musical symbols like EIGHTH NOTE a.s.o are supported.

    Seems like i need another font.

    Thank you very much for your advice and best regards, Karl

    «The Crux of the Biscuit is the Apostrophe»

Re^2: char names: why can i print GREEK CAPITAL LETTER DELTA but not MUSIC FLAT SIGN?
by RedElk (Hermit) on Oct 03, 2014 at 22:21 UTC

    Maybe your console font does not support MUSICAL FLAT SIGN. Does it support PILE OF POO ?

    Hmmm, MUSICAL FLAT SIGN => PILE OF POO curious tangential connection.



      "...curious tangential connection"

      Well, now that you say it, indeed :-)

      Regards, Karl

      «The Crux of the Biscuit is the Apostrophe»

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-19 17:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found