wispborne / TriOS

Starsector mod manager & toolkit.
https://fractalsoftworks.com/forum/index.php?topic=29674.0
GNU General Public License v3.0
9 stars 1 forks source link

Error extracting paths with non-ascii characters #80

Closed wispborne closed 2 weeks ago

wispborne commented 2 weeks ago

UTF-8 paths aren't supported. LibArchive is supposed to support these.

https://stackoverflow.com/questions/27268016/set-utf-8-pathname-header-in-libarchive

https://wisp-gn.sentry.io/issues/5650008742/?environment=production&project=4507579574648832&query=is%3Aunresolved+issue.priority%3A%5Bhigh%2C+medium%5D&sort=freq&statsPeriod=14d&stream_index=2

wispborne commented 2 weeks ago

Fixed by https://github.com/wispborne/TriOS/commit/5ced1cb661b25e0f9b817d76a5cac82c67ca931e And subsequent