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
FYI, as #174 stimulated my curiosity, one of the two test files lacks BOM bytes:
$ hd -n4 test/texts/sherlock.txt00000000 ef bb bf 50 |...P|00000004
$ hd -n4 test/texts/senate-bills.txt00000000 32 31 73 74 |21st|00000004
and this seems not to please windows' machines (unices will probably have a better autodetection thing). I don't see this as a problem per se, as leaving correct input mangling is probably a user's task but it lowers x-files factor on previous commits ;)
thank you, regards
The text was updated successfully, but these errors were encountered:
FYI, as #174 stimulated my curiosity, one of the two test files lacks BOM bytes:
and this seems not to please windows' machines (unices will probably have a better autodetection thing). I don't see this as a problem per se, as leaving correct input mangling is probably a user's task but it lowers x-files factor on previous commits ;)
thank you, regards
The text was updated successfully, but these errors were encountered: