diff --git a/faq.html b/faq.html index 56d5883..39db45a 100644 --- a/faq.html +++ b/faq.html @@ -113,7 +113,7 @@ Fast mode makes Papa Parse screaming fast, but you wouldn't want to use it if there are quoted fields in your input. Fast mode is fast because it makes one major assumption: no quoted fields. If you don't specify fastMode either way, fast mode will be turned on automatically if there are no quote characters in the input. With fast mode on, 1 GB files can be parsed in about 20 seconds.
-
It's probably an encoding issue. The FileReader API allows you to specify an encoding, which you can do using the encoding
configuration property. This property only works with local files and does not apply to strings or remote files. Also see issues #64 and #169 if you're having trouble parsing CSV files generated from Excel.