Package : perl-Test-Mojibake

Package details

Summary: Check your source for encoding misbehavior

Description:
Many modern text editors automatically save files using UTF-8 codification,
however, the perl manpage interpreter does not expects it _by default_.
Whereas this does not represent a big deal on (most) backend-oriented
programs, Web framework (http://catalyst.perl.org/,
https://mojolicio.us/) based applications will suffer of so-called
https://en.wikipedia.org/wiki/Mojibake (lit. "unintelligible sequence of
characters").

Even worse: if an editor saves BOM (Byte Order Mark, 'U+FEFF' character in
Unicode) at the start of the script with executable bit set (on Unix
systems), it won't execute at all, due to shebang corruption.

Avoiding codification problems is quite simple:


URL: http://search.cpan.org/dist/Test-Mojibake
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs