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

POD: escape non-ascii characters [rt.cpan.org #62478] #151

Open
oalders opened this issue Mar 31, 2017 · 0 comments
Open

POD: escape non-ascii characters [rt.cpan.org #62478] #151

oalders opened this issue Mar 31, 2017 · 0 comments

Comments

@oalders
Copy link
Member

oalders commented Mar 31, 2017

Migrated from rt.cpan.org#62478 (status was 'new')

Requestors:

From dolmen@cpan.org on 2010-10-27 09:30:16:

The AUTHORS section of lib/LWP.pm contains non-ascii characters encoded
as UTF-8.
However, the interpretation of bytes to characters by Perl (and so by
most POD parsers) is dependent on the platform. For example, on Win32
console this can be CP437 (depending on the system locale).
This is also a problem when the POD is displayed on search.cpan.org as
the bytes are interpreted as iso-8859-1.

Also, the "=encoding" POD statement is not supported by many POD parsers.

The proper fix would be to escape non-ascii characters:
- é E<eacute>
- ö E<ouml>
- ä E<auml>
- û E<ucirc>
- ...

-- 
Olivier Mengué - http://search.cpan.org/~dolmen/ http://github.com/dolmen/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant