Comment on ASCII Delimited Text – Not CSV or Tab Delimited TextparentComments−cellardweller1yYep, the only advantage I see with using ASCII control characters is that you can save a few bytes depending on the content. To make this approach robust, escaping is still needed.
Comments
Yep, the only advantage I see with using ASCII control characters is that you can save a few bytes depending on the content. To make this approach robust, escaping is still needed.