You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed bug where dragging a file onto the area could result in an error message that was not present when clicking to select a file. Thanks, Alex Garcia. #32
Fixed bug where encoding of file was not correctly detected if non-ASCII characters occurred after the first 2KB. The tool now inspects the first 2MB of content (as originally intended) and also upgrades ASCII to latin-1 since ASCII is a complete subset of latin-1 and using latin-1 increases the chance of a successful import. #25