summarylogtreecommitdiffstats
path: root/Z99-zip-cp932.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Z99-zip-cp932.sh')
-rw-r--r--Z99-zip-cp932.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/Z99-zip-cp932.sh b/Z99-zip-cp932.sh
new file mode 100644
index 000000000000..73a98a9b36bf
--- /dev/null
+++ b/Z99-zip-cp932.sh
@@ -0,0 +1,5 @@
+if [[ "$LANG" == *"ja"* ]]
+then
+ export UNZIP="-O cp932"
+ export ZIPINFO="-O cp932"
+fi