encodings in Pod::Simple
[email protected] ("Sean M. Burke") Fri, 04 Jul 2003 18:14:37 -0800
| Newsgroups | perl.pod-people,perl.i18n |
|---|---|
| Message-ID | <[email protected]> |
Oop, one more assumption I'd like to be able to make: * Unless a Pod file starts with a BOM, the Pod processor will assume that it's in Latin-1 or UTF8, unless/until there's an =encoding directive seen. So if you're writing a Pod file in any other encoding, you /must/ have an =encoding line. So if I were writing a Pod file in Russian, my first Pod line would have to be "=encoding cp1251". Is that sane?