Fwd: Using UTF-8

2011-05-09 Thread David E. Wheeler
Begin forwarded message: > From: Nadim Khemir > Date: May 6, 2011 10:54:44 PM PDT > To: "David E. Wheeler" > Subject: Re: Using UTF-8 > >> Add this to your pod: >>=encoding utf8 > > Hi, guys > > Shouldn't this be the default? and shouldn't it be made the default? > > Cheers, Nadim.

Re: Using UTF-8

2011-05-06 Thread David E. Wheeler
On May 6, 2011, at 5:10 PM, Shawn H Corey wrote: > Some things are too obvious. :) Hey, I only learned about it by asking Sean years ago. I've used it a lot since then, though. Best, David

Re: Using UTF-8

2011-05-06 Thread Shawn H Corey
On 11-05-06 07:48 PM, David E. Wheeler wrote: Add this to your pod: =encoding utf8 Best, David Some things are too obvious. :) -- Just my 0.0002 million dollars worth, Shawn Confusion is the first step of understanding. Programming is as much about organization and communicat

Re: Using UTF-8

2011-05-06 Thread David E. Wheeler
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

Using UTF-8

2011-05-06 Thread Shawn H Corey
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? -- Just my 0.0002 million dollars worth, Shawn Confusion is the fi