ubc-systopia / Indaleko

Indaleko Project
GNU Affero General Public License v3.0
0 stars 1 forks source link

Handle non-UTF-8 compatible names more gracefull #42

Open fsgeek opened 7 months ago

fsgeek commented 7 months ago

While building the Linux local indexer (Issue #23) I found that some files in my collection could not be properly encoded using UTF-8, which breaks the jsonl library (it does not appear to allow extending the encoding.) For the time being, I log the error and move on, since it isn't a major issue yet.