search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
7 lines
369 B
Text
7 lines
369 B
Text
The HTML::Fraction encodes fractions as HTML entities. Some very common
|
|
fractions have HTML entities (eg 1/2 is ½). Additionally, common
|
|
vulgar fractions have Unicode characters (eg 1/5 is ⅕). This
|
|
module takes a string and encodes fractions as entities: this means that
|
|
it will look pretty in the browser.
|
|
|
|
WWW: https://metacpan.org/release/HTML-Fraction
|