Re: Pod::Simple can treat binary as pod due to liberal/inconsistent regexp patterns

2015-01-13 Thread David E. Wheeler
On Jan 12, 2015, at 11:42 AM, David E. Wheeler da...@justatheory.com wrote: Honest, since the current regex matches stuff that is not in fact Pod, I think it is reasonable to tighten up the regex to /\A=([a-zA-Z]+[0=9]*)\b/ That one, it turns out, was no less liberal than the previous

Re: Assume CP1252

2015-01-13 Thread Karl Williamson
On 01/12/2015 01:27 PM, Karl Williamson wrote: On 01/12/2015 12:49 PM, David E. Wheeler wrote: On Jan 12, 2015, at 11:46 AM, Karl Williamson pub...@khwilliamson.com wrote: I ran across this link, but didn't see what action was taken on it: http://www.w3.org/TR/newline Pardon my ignorance.

Re: Assume CP1252

2015-01-13 Thread David E. Wheeler
On Jan 13, 2015, at 10:31 AM, Karl Williamson pub...@khwilliamson.com wrote: What Perl does to handle this is to simple swap the NEL and LF code points. That makes \n mean NEL instead of LF. Apparently LF is unused in EBCDIC applications, so it works. There is official support for this