0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

こちらと同じことを行いました。
unzipコマンドで日本語が文字化けした際の文字コード指定

問題の再現

$ unzip お見積り用資料.zip
Archive:  お見積り用資料.zip
  inflating: ВиМйР╧ВшЧpОСЧ┐/BLEГВБ[ГhТ╩РMОdЧl.pdf  
  inflating: ВиМйР╧ВшЧpОСЧ┐/ESP32ВЁЧШЧpВ╡В╜LEDУ_УФFWКJФнВ╔В┬ВвВ─.pdf  
  inflating: ВиМйР╧ВшЧpОСЧ┐/ESP32ГsГУГAГTГCГУ_LED_FW.xlsx  
 extracting: ВиМйР╧ВшЧpОСЧ┐/first.zip

解決策

unzip -O sjis お見積り用資料.zip

実行結果

$ unzip -O sjis お見積り用資料.zip
Archive:  お見積り用資料.zip
 inflating: お見積り用資料/BLEモード通信仕様.pdf  
 inflating: お見積り用資料/ESP32を利用したLED点灯FW開発について.pdf  
 inflating: お見積り用資料/ESP32ピンアサイン_LED_FW.xlsx  
extracting: お見積り用資料/first.zip

確認したバージョン

$ unzip -v
UnZip 6.00 of 20 April 2009, by Debian. Original by Info-ZIP.
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?