brendan-duncan / archive

Dart library to encode and decode various archive and compression formats, such as Zip, Tar, GZip, ZLib, and BZip2.
MIT License
399 stars 139 forks source link

fix garbled characters appear in the Chinese file name; #248

Open tianguanghui opened 1 year ago

tianguanghui commented 1 year ago

fix garbled characters appear in the Chinese file name; issue #86、#174 and #238

jlcool commented 3 months ago

A year has passed

brendan-duncan commented 3 months ago

Sorry I never replied to this. I didn't take it before because I need to be very careful with adding new dependencies. The library is used in places that is sensitive to that. I appreciate and understand the need to decode and encode extended languages. I would like to find a reasonable solution to the problem.