Skip Menu |

This queue is for tickets about the Pod-POM-Web CPAN distribution.

Report information
The Basics
Id: 116395
Status: open
Priority: 0/
Queue: Pod-POM-Web

People
Owner: Nobody in particular
Requestors: ivar.treimann [...] eesti.ee
Cc:
AdminCc:

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



Subject: Pod::POM::Web
Date: Fri, 22 Jul 2016 12:26:27 +0300
To: dami [...] cpan.org, bug-Pod-POM-Web [...] rt.cpan.org
From: Ivar Treimann <ivar.treimann [...] eesti.ee>
Hi Laurent! Thank you for the wonderful module Pod::POM::Web! It works fine and I even figured out how to include own projects.. I noticed that there might be an error in displaying modules source code. It does not show UTF8 symbols correctly in code. POD view is correct - all symbols displayed. Kind Regards, Ivar
On Fri Jul 22 05:27:20 2016, ivar.treimann@eesti.ee wrote: Show quoted text
> Hi Laurent! > > Thank you for the wonderful module Pod::POM::Web! > It works fine and I even figured out how to include own projects.. > > I noticed that there might be an error in displaying modules source code. > It does not show UTF8 symbols correctly in code. POD view is correct - all > symbols displayed. >
The source code display is based on this function: https://github.com/damil/Pod-POM-Web/blob/master/lib/Pod/POM/Web.pm#L1208 This comes from here: https://github.com/damil/Pod-POM-Web/blob/master/lib/Pod/POM/Web.pm#L241 There doesn't seem to be any effort made to validate the input as UTF-8. On my local version Pod::POM::Web doesn't send any character set.