mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
60197a30f6
HTML entities.
8 lines
369 B
Plaintext
8 lines
369 B
Plaintext
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: http://search.cpan.org/dist/HTML-Fraction/
|