Comment 31 for bug 177929

Revision history for this message
Yannis Tsop (ogiannhs) wrote : Re: We needs file encoding select function.

temporary fix:

install convmv:
    sudo apt-get install convmv

for greek encoding:

  LANG=el_GR.CP737 7z e file.zip
  convmv -f CP737 -t utf-8 *

I'll try to patch this in "unp"