From 547e75d62598e0442ceaabccc0c3388d89a5554f Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Sun, 19 Feb 2006 06:28:39 +0000 Subject: [PATCH] Import required files to enable use of libiconv from tcsh-6.14.00. Reviewed by: arch (no objection) --- contrib/tcsh/nls/C/charset | 3 +++ contrib/tcsh/nls/et/charset | 3 +++ contrib/tcsh/nls/finnish/charset | 3 +++ contrib/tcsh/nls/french/charset | 3 +++ contrib/tcsh/nls/german/charset | 3 +++ contrib/tcsh/nls/greek/charset | 3 +++ contrib/tcsh/nls/italian/charset | 3 +++ contrib/tcsh/nls/ja/charset | 3 +++ contrib/tcsh/nls/pl/charset | 3 +++ contrib/tcsh/nls/russian/charset | 3 +++ contrib/tcsh/nls/spanish/charset | 3 +++ contrib/tcsh/nls/ukrainian/charset | 3 +++ 12 files changed, 36 insertions(+) create mode 100644 contrib/tcsh/nls/C/charset create mode 100644 contrib/tcsh/nls/et/charset create mode 100644 contrib/tcsh/nls/finnish/charset create mode 100644 contrib/tcsh/nls/french/charset create mode 100644 contrib/tcsh/nls/german/charset create mode 100644 contrib/tcsh/nls/greek/charset create mode 100644 contrib/tcsh/nls/italian/charset create mode 100644 contrib/tcsh/nls/ja/charset create mode 100644 contrib/tcsh/nls/pl/charset create mode 100644 contrib/tcsh/nls/russian/charset create mode 100644 contrib/tcsh/nls/spanish/charset create mode 100644 contrib/tcsh/nls/ukrainian/charset diff --git a/contrib/tcsh/nls/C/charset b/contrib/tcsh/nls/C/charset new file mode 100644 index 00000000000..f2722787858 --- /dev/null +++ b/contrib/tcsh/nls/C/charset @@ -0,0 +1,3 @@ +$ codeset=US-ASCII +$set 255 +1 US-ASCII diff --git a/contrib/tcsh/nls/et/charset b/contrib/tcsh/nls/et/charset new file mode 100644 index 00000000000..0b13559084f --- /dev/null +++ b/contrib/tcsh/nls/et/charset @@ -0,0 +1,3 @@ +$ codeset=ISO-8859-1 +$set 255 +1 ISO-8859-1 diff --git a/contrib/tcsh/nls/finnish/charset b/contrib/tcsh/nls/finnish/charset new file mode 100644 index 00000000000..0b13559084f --- /dev/null +++ b/contrib/tcsh/nls/finnish/charset @@ -0,0 +1,3 @@ +$ codeset=ISO-8859-1 +$set 255 +1 ISO-8859-1 diff --git a/contrib/tcsh/nls/french/charset b/contrib/tcsh/nls/french/charset new file mode 100644 index 00000000000..0b13559084f --- /dev/null +++ b/contrib/tcsh/nls/french/charset @@ -0,0 +1,3 @@ +$ codeset=ISO-8859-1 +$set 255 +1 ISO-8859-1 diff --git a/contrib/tcsh/nls/german/charset b/contrib/tcsh/nls/german/charset new file mode 100644 index 00000000000..0b13559084f --- /dev/null +++ b/contrib/tcsh/nls/german/charset @@ -0,0 +1,3 @@ +$ codeset=ISO-8859-1 +$set 255 +1 ISO-8859-1 diff --git a/contrib/tcsh/nls/greek/charset b/contrib/tcsh/nls/greek/charset new file mode 100644 index 00000000000..6d1ef113d55 --- /dev/null +++ b/contrib/tcsh/nls/greek/charset @@ -0,0 +1,3 @@ +$ codeset=ISO-8859-7 +$set 255 +1 ISO-8859-7 diff --git a/contrib/tcsh/nls/italian/charset b/contrib/tcsh/nls/italian/charset new file mode 100644 index 00000000000..0b13559084f --- /dev/null +++ b/contrib/tcsh/nls/italian/charset @@ -0,0 +1,3 @@ +$ codeset=ISO-8859-1 +$set 255 +1 ISO-8859-1 diff --git a/contrib/tcsh/nls/ja/charset b/contrib/tcsh/nls/ja/charset new file mode 100644 index 00000000000..74cc93e4146 --- /dev/null +++ b/contrib/tcsh/nls/ja/charset @@ -0,0 +1,3 @@ +$ codeset=EUC-JP +$set 255 +1 EUC-JP diff --git a/contrib/tcsh/nls/pl/charset b/contrib/tcsh/nls/pl/charset new file mode 100644 index 00000000000..9932e07c20f --- /dev/null +++ b/contrib/tcsh/nls/pl/charset @@ -0,0 +1,3 @@ +$ codeset=ISO-8859-2 +$set 255 +1 ISO-8859-2 diff --git a/contrib/tcsh/nls/russian/charset b/contrib/tcsh/nls/russian/charset new file mode 100644 index 00000000000..59ed4cfc67e --- /dev/null +++ b/contrib/tcsh/nls/russian/charset @@ -0,0 +1,3 @@ +$ codeset=KOI8-R +$set 255 +1 KOI8-R diff --git a/contrib/tcsh/nls/spanish/charset b/contrib/tcsh/nls/spanish/charset new file mode 100644 index 00000000000..0b13559084f --- /dev/null +++ b/contrib/tcsh/nls/spanish/charset @@ -0,0 +1,3 @@ +$ codeset=ISO-8859-1 +$set 255 +1 ISO-8859-1 diff --git a/contrib/tcsh/nls/ukrainian/charset b/contrib/tcsh/nls/ukrainian/charset new file mode 100644 index 00000000000..fd65f43e578 --- /dev/null +++ b/contrib/tcsh/nls/ukrainian/charset @@ -0,0 +1,3 @@ +$ codeset=KOI8-U +$set 255 +1 KOI8-U