Trying to clarify the multiple spaces issue in README.md

This commit is contained in:
Geoff Leyland 2013-12-05 06:50:18 +13:00
parent 542393be04
commit 4856a5aca7

View File

@ -62,9 +62,13 @@ Lua 5.1, 5.2 or LuaJIT.
## 4. Issues
+ It won't cope with multiple delimiter characters between fields as might be
seen in a whitespace delimited file. Instead it'll think there's lots of
empty fields.
+ Some whitespace-delimited files might use more than one space between
fields, for example if the columns are "manually" aligned:
street nr city
"Oneway Street" 1 Toontown
It won't cope with this - you'll get lots of extra empty fields.
## 5. Wishlist