Closed LancerComet closed 10 months ago
Well it is not a big deal as Rulia doesn't display entry keys (filenames in archive) on user interface, but after #39 was add, this could be a flaw.
Have to detect the encoding before unpacking archives, which is not an easy job. For now I found this solution:
https://github.com/kuyur/unicue https://kuyur.net/blog/archives/635
Build a encoding guesser in that way.
Char mapping: https://github.com/kuyur/unicue/blob/master/docs/chs/aboutcharmap.md
Issue closed since nobody mentioned it.
Well it is not a big deal as Rulia doesn't display entry keys (filenames in archive) on user interface, but after #39 was add, this could be a flaw.
Have to detect the encoding before unpacking archives, which is not an easy job. For now I found this solution:
https://github.com/kuyur/unicue https://kuyur.net/blog/archives/635
Build a encoding guesser in that way.