jam31118 / qprop

Visualized QPROP
GNU General Public License v3.0
1 stars 1 forks source link

Improve reliability of core.Qprop20._seems_binary_wf_file() #17

Open jam31118 opened 6 years ago

jam31118 commented 6 years ago

Currently (a2837edb6f7f3bda5df03472e49f3a2ce2ae5e2c), core.Qprop20._seems_binary_wf_file() infers whether the file is binary or not only by the file size. Although it works, however, more reliable method(s) is required.

Consider using file behavior. See also the explanation of this method.