Updated runtime files, language files and translations.
diff --git a/src/po/Makefile b/src/po/Makefile
index 5d57bb1..7f5df53 100644
--- a/src/po/Makefile
+++ b/src/po/Makefile
@@ -37,6 +37,7 @@
CONVERTED = \
cs.cp1250 \
ja.sjis \
+ ja.euc-jp \
pl.cp1250 \
pl.UTF-8 \
ru.cp1251 \
@@ -77,6 +78,7 @@
MOCONVERTED = \
cs.cp1250.mo \
ja.sjis.mo \
+ ja.euc-jp.mo \
pl.cp1250.mo \
pl.UTF-8.mo \
ru.cp1251.mo \
@@ -115,6 +117,7 @@
zh_TW.ck \
cs.cp1250.ck \
ja.sjis.ck \
+ ja.euc-jp.ck \
pl.cp1250.ck \
pl.UTF-8.ck \
ru.cp1251.ck \
@@ -193,11 +196,15 @@
ja.sjis.po: ja.po
@$(MAKE) sjiscorr
rm -f ja.sjis.po
- iconv -f euc-jp -t cp932 ja.po | ./sjiscorr > ja.sjis.po
+ iconv -f utf-8 -t cp932 ja.po | ./sjiscorr > ja.sjis.po
sjiscorr: sjiscorr.c
$(CC) -o sjiscorr sjiscorr.c
+ja.euc-jp.po: ja.po
+ iconv -f utf-8 -t euc-jp ja.po | \
+ sed -e 's/charset=utf-8/charset=euc-jp/' -e 's/# Original translations/# Generated from ja.po, DO NOT EDIT/' > ja.euc-jp.po
+
# Convert cs.po to create cs.cp1250.po.
cs.cp1250.po: cs.po
rm -f cs.cp1250.po