Re: making utf8-clean CPAN distributions
[email protected] (David E . Wheeler)
| Newsgroups | perl.unicode |
|---|---|
| Message-ID | <[email protected]> |
On Dec 12, 2004, at 10:06 PM, Darren Duncan wrote: > What I would like to do is create my CPAN module distributions such > that all of the files in each distro, code and documentation and tests > and logs alike, are properly UTF-8 encoded, and do this in such a way > that no modern Perl distributions or the automated CPAN tools will > break. Short answer: use utf8; =pod =encoding utf8 =cut Regards, David