cpangrep icon indicating copy to clipboard operation
cpangrep copied to clipboard

unicode characters not correctly rendered on result pages

Open karenetheridge opened this issue 10 years ago • 1 comments

an example: http://grep.cpan.me/?q=file%3AMETA.json+woobling.org

The result at https://metacpan.org/source/ETHER/MooseX-Storage-0.48/META.json#L1 is a utf8-encoded file, but the non-ascii characters are not rendered properly on the webpage. (The page, however, does claim to be charset=utf-8.)

karenetheridge avatar Nov 22 '14 21:11 karenetheridge

Yes this is the same problem, here is the Hebrew text:

&quot;&times;&#153;&times;&#149;&times;&#145;&times;&#156; &times;&sect;&times;&#149;&times;&#146;&#39;&times;&#158;&times;&#159; (Yuval Kogman) &lt;nothingmuch@<strong>woobling.org</strong>&gt;&quot;

The bytes of UTF-8 are individually being turned into HTML entities.

benkasminbullock avatar Nov 07 '15 23:11 benkasminbullock