RuliaReader / Rulia

This is a manga reader. It gives you different feeling. Give it a shot.
https://lancercomet.com/rulia
136 stars 0 forks source link

Entry key encoding detection #45

Closed LancerComet closed 10 months ago

LancerComet commented 1 year 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.

LancerComet commented 1 year ago

Char mapping: https://github.com/kuyur/unicue/blob/master/docs/chs/aboutcharmap.md

LancerComet commented 10 months ago

Issue closed since nobody mentioned it.