HackerTrans
トップ新着トレンドコメント過去質問紹介求人

sumergomonstro

no profile record

コメント

sumergomonstro
·2 年前·議論
The "compact" file format (without the tab and newline) should be the SSV standard for data interchange and storage. The pretty-printed format should only be used locally to display/edit with non-compliant editors, then convert back as soon as you're done.

In time, editors and file browsers should come to render separators visually in a logical way.
sumergomonstro
·2 年前·議論
You shouldn't need escapes for separator characters precisely because they are not designed for data. Their entire purpose is to separate hierarchical data.

If it turns out that escaping is needed, it will still be far rarer than escaping commas and newlines.
sumergomonstro
·2 年前·議論
An editor could easily have an Insert Special Character menu item.