in reply to Representing "binary" character in code?

How would you prefer to represent the character in your code? As the entity? As a numeric code point (the value in the entity representation)? In some other form?

You may find HTML::Entities of some help.


DWIM is Perl's answer to Gödel
  • Comment on Re: Representing "binary" character in code?