OmarSkalli / fixy

Library for generating fixed width documents
MIT License
100 stars 45 forks source link

Support for multi-byte record parsing #14

Closed kklimuk closed 9 years ago

kklimuk commented 9 years ago

Since records are required to be some amount of bytes, not a set amount of characters, I've made parsing take byte length into account, not character length, while still parsing the records on the right boundaries.