Re: Using UTF-8
[email protected] ("David E. Wheeler")
| Newsgroups | perl.pod-people |
|---|---|
| Message-ID | <[email protected]> |
On May 6, 2011, at 4:40 PM, Shawn H Corey wrote:
> Does Pod::Simple understand UTF-8? I have a POD with '½' in it but when I run it through Pod::Simple::SimpleTree, I get '½'. The UTF-8 code is C2 BD which corresponds to  and ½ in ISO-8859-1. How do I turn on UTF-8?
Add this to your pod:
=encoding utf8
Best,
David