http://www.perlmonks.org?node_id=1071441


in reply to Converting utf8 characters to named and numeric entities

HTML::Entities, HTML::HTML5::Entities, etc...

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name
  • Comment on Re: Converting utf8 characters to named and numeric entities