Browse Source

Clarifying encoding only applies to reading local files (issue #64)

pull/89/head
Matthew Holt 11 years ago
parent
commit
ae1e69df30
  1. 2
      demo.html

2
demo.html

@ -173,7 +173,7 @@
<dfn>If &gt; 0, stops parsing after this many rows.</dfn> <dfn>If &gt; 0, stops parsing after this many rows.</dfn>
<label>Encoding: <input type="text" id="encoding" placeholder="default" size="7"></label> <label>Encoding: <input type="text" id="encoding" placeholder="default" size="7"></label>
<dfn>Default is specified by the browser (usually UTF-8).</dfn> <dfn>Only applies when reading local files. Default is specified by the browser (usually UTF-8).</dfn>
<label>Comment char: <input type="text" size="7" maxlength="1" placeholder="default" id="comments"></label> <label>Comment char: <input type="text" size="7" maxlength="1" placeholder="default" id="comments"></label>
<dfn>If specified, skips lines starting with this character.</dfn> <dfn>If specified, skips lines starting with this character.</dfn>

Loading…
Cancel
Save