shilangyu / scoop-search

Fast `scoop search` drop-in replacement 🚀
MIT License
289 stars 10 forks source link

bucket files support utf-8 with bom #23

Closed xbo2018 closed 9 months ago

xbo2018 commented 2 years ago

if the file encoding is in UTF-8 with BOM, the version number cannot be displayed in the search results. so,skip the bom field using the utfbom package.

shilangyu commented 2 years ago

Could you show an example where this is a problem? I would like to locally reproduce it

shilangyu commented 1 year ago

Bump, when a file is encoded with BOM?

shilangyu commented 1 year ago

Final bump, otherwise marking as stale and closing

shilangyu commented 9 months ago

Closing due to lack of activity. Codebase was rewritten in Zig.