Dapbler / cbr2cbz

Python script that converts compressed CBR and CBZ comic archives to stored CBZ. Many options.
GNU General Public License v3.0
26 stars 5 forks source link

Unicode support #5

Open Dapbler opened 6 years ago

Dapbler commented 6 years ago

I expect there's a lot of manga with unicode titles. I had unpleasant issues with unicode character early on that stopped the conversion of subprocess output back to strings, but I now think that it's unnecessary to force ANSI on output filenames.

Low priority until someone mentions a need - feedback would be appreciated. May need someone to cook up test cbr and cbz with unicode titles - I don't even know if my PCs are set up to display unicode.