|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Comment on |
| ( #3333=superdoc: print w/ replies, xml ) | Need Help?? |
|
\xFE is 254, not 255. It's the second biggest a byte gets. \xFF is the biggest byte. In any case, the character with code point U+00FE isn't a single-byte character in any Unicode character encoding scheme. I suspect the peculiar reference to U+00FE in the documentation has something to do with the Concordance DAT file. I hope it does, because it would then imply that Text::CSV_XS can be used to parse Concordance DAT records, which is precisely what I need to do. Jim In reply to Re^4: Peculiar Reference To U+00FE In Text::CSV_XS Documentation
by Jim
|
|