Skip Menu |

This queue is for tickets about the Locale-Currency-Format CPAN distribution.

Report information
The Basics
Id: 106065
Status: open
Priority: 0/
Queue: Locale-Currency-Format

People
Owner: Nobody in particular
Requestors: NHORNE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.33
Fixed in: (no value)



Subject: Incorrect HTML encoding for pound sign
$sym = currency_symbol('GBP', SYM_HTML); # => £ should map to £ not £
On 2015-07-24 11:49:40, NHORNE wrote: Show quoted text
> $sym = currency_symbol('GBP', SYM_HTML); # => £ > > should map to £ not £
I think that £ is correct - dec 163 is the unicode code point for POUND SIGN.