From 37c7477c9bdcf9ca06d8dd0b54d47f8cac936fb9 Mon Sep 17 00:00:00 2001 From: chriskl Date: Wed, 16 Apr 2003 02:46:53 +0000 Subject: [PATCH] remove japanese sjis encoding --- lang/Makefile | 9 +- lang/japanese-sjis.php | 409 --------------------------------- lang/recoded/japanese-sjis.php | 17 -- libraries/lib.inc.php | 5 +- 4 files changed, 4 insertions(+), 436 deletions(-) delete mode 100644 lang/japanese-sjis.php delete mode 100644 lang/recoded/japanese-sjis.php diff --git a/lang/Makefile b/lang/Makefile index ebd16d70..f684e3d5 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -6,7 +6,7 @@ # It is important to fix first and last lines of the file # using 'awk' # -# $Id: Makefile,v 1.13 2003/04/08 07:08:42 chriskl Exp $ +# $Id: Makefile,v 1.14 2003/04/16 02:46:53 chriskl Exp $ # DESTDIR=./recoded @@ -68,18 +68,13 @@ french: awk '{ gsub(">",">"); gsub("<","<"); print $0}' \ > ${DESTDIR}/french.php -japanese: japanese-euc japanese-sjis +japanese: japanese-euc japanese-euc: cat japanese-euc.php | recode euc-jp..html | \ awk '{ gsub(">",">"); gsub("<","<"); print $0}' \ > ${DESTDIR}/japanese-euc.php -japanese-sjis: - cat japanese-sjis.php | recode sjis..html | \ - awk '{ gsub(">",">"); gsub("<","<"); print $0}' \ - > ${DESTDIR}/japanese-sjis.php - russian: russian-koi8 russian-koi8: diff --git a/lang/japanese-sjis.php b/lang/japanese-sjis.php deleted file mode 100644 index 5d709693..00000000 --- a/lang/japanese-sjis.php +++ /dev/null @@ -1,409 +0,0 @@ - diff --git a/lang/recoded/japanese-sjis.php b/lang/recoded/japanese-sjis.php deleted file mode 100644 index 31e15832..00000000 --- a/lang/recoded/japanese-sjis.php +++ /dev/null @@ -1,17 +0,0 @@ - diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index 9562edcc..06c24b21 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -3,7 +3,7 @@ /** * Function library read in upon startup * - * $Id: lib.inc.php,v 1.32 2003/04/11 07:29:04 chriskl Exp $ + * $Id: lib.inc.php,v 1.33 2003/04/16 02:46:53 chriskl Exp $ */ // Application name @@ -36,8 +36,7 @@ 'french' => 'Français', 'german' => 'Deutsch', 'italian' => 'Italiano', - 'japanese-euc' => '日本語 (EUC-JP)', - 'japanese-sjis' => '日本語 (SHIFT_JIS)', + 'japanese-euc' => '日本語', 'polish' => 'Polski', 'russian-koi8' => 'Русский', 'spanish' => 'Español' -- 2.39.5