Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proper encoding support for POD files #3

Open
fgabolde opened this issue Apr 2, 2014 · 1 comment
Open

Proper encoding support for POD files #3

fgabolde opened this issue Apr 2, 2014 · 1 comment

Comments

@fgabolde
Copy link
Member

fgabolde commented Apr 2, 2014

The indexer generates warnings when rendering POD that contains wide characters, such as Moose.pm (author names). When browsing to the Moose POD page, mojibake can be seen.

@fgabolde
Copy link
Member Author

Encoding issues are still a problem.

For example, the RewriteRule/Set/Singleton POD contains

(∩(A)) = A or Sum(|A|)=|A|

which should be rendered as HTML entities in the html file

(∩(A)) = A or Sum(|A|)=|A|

but instead is

(∩(A)) = A or Sum(|A|)=|A|

which renders in the browser as

(∩(A)) = A or Sum(|A|)=|A|

and generates a warning: "A numeric character reference expanded to the C1 controls range".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant