hfaran / slack-export-viewer

A Slack Export archive viewer that allows you to easily view and share your Slack team's export
https://pypi.python.org/pypi/slack-export-viewer
MIT License
901 stars 189 forks source link

Support utf-8 channel name #166

Closed nindanaoto closed 1 year ago

nindanaoto commented 1 year ago

Because the zipfile exported from Slack encodes file name by cp437, we have to convert file name to utf-8 to support channel name in utf-8 codes like channel names in Japanese.

riegelbrau commented 9 months ago

I just tested version 1.1.5 of the tool and got an error exactly at the new statement, that does the codepage conversion: grafik The reason is a filename of an attachment with "ü" (German Umlaut). So it looks as if the conversion does not run well.

Regards Christoph