Subject: | Pod file is unicode infected |
I found some weird characters in your pod and passed the task of
identifying them to uniquote like so:
uniquote -E utf8 -v lib/Text/FixEOL.pod
It turned out somebody replaced a couple of '|' with the utf8 encoded
character BOX DRAWINGS LIGHT VERTICAL.
An alternative and more popular way to look at the source would be:
%od -t x1z lib/Text/FixEOL.pod
[...]
0000660 78 4c 61 73 74 20 3d 3e 20 27 70 6c 61 74 66 6f >xLast => 'platfo<
0000700 72 6d e2 94 82 79 65 73 e2 94 82 6e 6f e2 94 82 >rm...yes...no...<
0000720 6d 61 63 e2 94 82 64 6f 73 e2 94 82 75 6e 69 78 >mac...dos...unix<
0000740 e2 94 82 76 6d 73 e2 94 82 6e 65 74 77 61 72 65 >...vms...netware<
0000760 e2 94 82 6e 65 74 77 6f 72 6b e2 94 82 6f 73 32 >...network...os2<
0001000 e2 94 82 63 79 67 77 69 6e 27 2c 0a 20 20 20 20 >...cygwin',. <
[...]
I hope this comes out correctly. The doubtful sequences are "e2 94".
HTH, Thanks && Regards,