summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-03 21:52:35 +0000
committerkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-03 21:52:35 +0000
commit630302ad63e98fcdd96509c91a3c92ed03af9cbb (patch)
tree0f6dd9a6701ab33bc70526fe46877355ae8edd2b
parent157b4b952e1f2745986b8aaecfaf0969aca69c7c (diff)
downloadmpv-630302ad63e98fcdd96509c91a3c92ed03af9cbb.tar.bz2
mpv-630302ad63e98fcdd96509c91a3c92ed03af9cbb.tar.xz
remove charset files (all of them are in UTF-8 now anyway)
change build system accordingly git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20650 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--Makefile2
-rwxr-xr-xconfigure8
-rw-r--r--help/help_mp-bg.h.charset1
-rw-r--r--help/help_mp-cs.h.charset1
-rw-r--r--help/help_mp-de.h.charset1
-rw-r--r--help/help_mp-dk.h.charset1
-rw-r--r--help/help_mp-el.h.charset1
-rw-r--r--help/help_mp-en.h.charset1
-rw-r--r--help/help_mp-es.h.charset1
-rw-r--r--help/help_mp-fr.h.charset1
-rw-r--r--help/help_mp-hu.h.charset1
-rw-r--r--help/help_mp-it.h.charset1
-rw-r--r--help/help_mp-ja.h.charset1
-rw-r--r--help/help_mp-ko.h.charset1
-rw-r--r--help/help_mp-mk.h.charset1
-rw-r--r--help/help_mp-nb.h.charset1
-rw-r--r--help/help_mp-nl.h.charset1
-rw-r--r--help/help_mp-pl.h.charset1
-rw-r--r--help/help_mp-pt_BR.h.charset1
-rw-r--r--help/help_mp-ro.h.charset1
-rw-r--r--help/help_mp-ru.h.charset1
-rw-r--r--help/help_mp-sk.h.charset1
-rw-r--r--help/help_mp-sv.h.charset1
-rw-r--r--help/help_mp-tr.h.charset1
-rw-r--r--help/help_mp-uk.h.charset1
-rw-r--r--help/help_mp-zh_CN.h.charset1
-rw-r--r--help/help_mp-zh_TW.h.charset1
27 files changed, 4 insertions, 31 deletions
diff --git a/Makefile b/Makefile
index 5c1a54bab3..96a995baed 100644
--- a/Makefile
+++ b/Makefile
@@ -443,7 +443,7 @@ help_mp.h: help/help_mp-en.h $(HELP_FILE)
ifeq ($(CHARSET),)
@echo '#include "$(HELP_FILE)"' >> help_mp.h
else
- iconv -f `cat $(HELP_FILE).charset` -t $(CHARSET) "$(HELP_FILE)" >> help_mp.h
+ iconv -f UTF-8 -t $(CHARSET) "$(HELP_FILE)" >> help_mp.h
endif
ifneq ($(HELP_FILE),help/help_mp-en.h)
diff --git a/configure b/configure
index c97c29f6e8..feec169dd2 100755
--- a/configure
+++ b/configure
@@ -7151,8 +7151,6 @@ if test "$_charset" = "noconv" ; then
_charset=""
elif test -z "$_charset" ; then
if test "$_gtk1" = yes ; then
- _charset=`cat ${_mp_help}.charset`
- else
_charset="UTF-8"
fi
fi
@@ -7162,18 +7160,18 @@ else
_def_charset="#undef MSG_CHARSET"
fi
-if test "$_charset" = `cat ${_mp_help}.charset` ; then
+if test "$_charset" = "UTF-8" ; then
# hack to disable conversion in the Makefile
_charset=""
fi
if test "$_charset" ; then
echocheck "iconv program"
-iconv -f `cat ${_mp_help}.charset` -t $_charset ${_mp_help} > /dev/null 2>> "$TMPLOG"
+iconv -f UTF-8 -t $_charset ${_mp_help} > /dev/null 2>> "$TMPLOG"
if test "$?" -ne 0 ; then
echores "no"
echo "No working iconv program found, use "
- echo "--charset=`cat ${_mp_help}.charset` to continue anyway."
+ echo "--charset=UTF-8 to continue anyway."
echo "If you also have problems with iconv library functions use --charset=noconv."
echo "Messages in the GTK-2 interface will be broken then."
exit 1
diff --git a/help/help_mp-bg.h.charset b/help/help_mp-bg.h.charset
deleted file mode 100644
index 7edc66b06a..0000000000
--- a/help/help_mp-bg.h.charset
+++ /dev/null
@@ -1 +0,0 @@
-UTF-8
diff --git a/help/help_mp-cs.h.charset b/help/help_mp-cs.h.charset
deleted file mode 100644
index 7edc66b06a..0000000000
--- a/help/help_mp-cs.h.charset
+++ /dev/null
@@ -1 +0,0 @@
-UTF-8
diff --git a/help/help_mp-de.h.charset b/help/help_mp-de.h.charset
deleted file mode 100644
index 7edc66b06a..0000000000
--- a/help/help_mp-de.h.charset
+++ /dev/null
@@ -1 +0,0 @@
-UTF-8
diff --git a/help/help_mp-dk.h.charset b/help/help_mp-dk.h.charset
deleted file mode 100644
index 7edc66b06a..0000000000
--- a/help/help_mp-dk.h.charset
+++ /dev/null
@@ -1 +0,0 @@
-UTF-8
diff --git a/help/help_mp-el.h.charset b/help/help_mp-el.h.charset
deleted file mode 100644
index 7edc66b06a..0000000000
--- a/help/help_mp-el.h.charset
+++ /dev/null
@@ -1 +0,0 @@
-UTF-8
diff --git a/help/help_mp-en.h.charset b/help/help_mp-en.h.charset
deleted file mode 100644
index 7edc66b06a..0000000000
--- a/help/help_mp-en.h.charset
+++ /dev/null
@@ -1 +0,0 @@
-UTF-8
diff --git a/help/help_mp-es.h.charset b/help/help_mp-es.h.charset
deleted file mode 100644
index 7edc66b06a..0000000000
--- a/help/help_mp-es.h.charset
+++ /dev/null
@@ -1 +0,0 @@
-UTF-8
diff --git a/help/help_mp-fr.h.charset b/help/help_mp-fr.h.charset
deleted file mode 100644
index 7edc66b06a..0000000000
--- a/help/help_mp-fr.h.charset
+++ /dev/null
@@ -1 +0,0 @@
-UTF-8
diff --git a/help/help_mp-hu.h.charset b/help/help_mp-hu.h.charset
deleted file mode 100644
index 7edc66b06a..0000000000
--- a/help/help_mp-hu.h.charset
+++ /dev/null
@@ -1 +0,0 @@
-UTF-8
diff --git a/help/help_mp-it.h.charset b/help/help_mp-it.h.charset
deleted file mode 100644
index 7edc66b06a..0000000000
--- a/help/help_mp-it.h.charset
+++ /dev/null
@@ -1 +0,0 @@
-UTF-8
diff --git a/help/help_mp-ja.h.charset b/help/help_mp-ja.h.charset
deleted file mode 100644
index 7edc66b06a..0000000000
--- a/help/help_mp-ja.h.charset
+++ /dev/null
@@ -1 +0,0 @@
-UTF-8
diff --git a/help/help_mp-ko.h.charset b/help/help_mp-ko.h.charset
deleted file mode 100644
index 7edc66b06a..0000000000
--- a/help/help_mp-ko.h.charset
+++ /dev/null
@@ -1 +0,0 @@
-UTF-8
diff --git a/help/help_mp-mk.h.charset b/help/help_mp-mk.h.charset
deleted file mode 100644
index 7edc66b06a..0000000000
--- a/help/help_mp-mk.h.charset
+++ /dev/null
@@ -1 +0,0 @@
-UTF-8
diff --git a/help/help_mp-nb.h.charset b/help/help_mp-nb.h.charset
deleted file mode 100644
index 7edc66b06a..0000000000
--- a/help/help_mp-nb.h.charset
+++ /dev/null
@@ -1 +0,0 @@
-UTF-8
diff --git a/help/help_mp-nl.h.charset b/help/help_mp-nl.h.charset
deleted file mode 100644
index 7edc66b06a..0000000000
--- a/help/help_mp-nl.h.charset
+++ /dev/null
@@ -1 +0,0 @@
-UTF-8
diff --git a/help/help_mp-pl.h.charset b/help/help_mp-pl.h.charset
deleted file mode 100644
index 7edc66b06a..0000000000
--- a/help/help_mp-pl.h.charset
+++ /dev/null
@@ -1 +0,0 @@
-UTF-8
diff --git a/help/help_mp-pt_BR.h.charset b/help/help_mp-pt_BR.h.charset
deleted file mode 100644
index 7edc66b06a..0000000000
--- a/help/help_mp-pt_BR.h.charset
+++ /dev/null
@@ -1 +0,0 @@
-UTF-8
diff --git a/help/help_mp-ro.h.charset b/help/help_mp-ro.h.charset
deleted file mode 100644
index 7edc66b06a..0000000000
--- a/help/help_mp-ro.h.charset
+++ /dev/null
@@ -1 +0,0 @@
-UTF-8
diff --git a/help/help_mp-ru.h.charset b/help/help_mp-ru.h.charset
deleted file mode 100644
index 7edc66b06a..0000000000
--- a/help/help_mp-ru.h.charset
+++ /dev/null
@@ -1 +0,0 @@
-UTF-8
diff --git a/help/help_mp-sk.h.charset b/help/help_mp-sk.h.charset
deleted file mode 100644
index 7edc66b06a..0000000000
--- a/help/help_mp-sk.h.charset
+++ /dev/null
@@ -1 +0,0 @@
-UTF-8
diff --git a/help/help_mp-sv.h.charset b/help/help_mp-sv.h.charset
deleted file mode 100644
index 7edc66b06a..0000000000
--- a/help/help_mp-sv.h.charset
+++ /dev/null
@@ -1 +0,0 @@
-UTF-8
diff --git a/help/help_mp-tr.h.charset b/help/help_mp-tr.h.charset
deleted file mode 100644
index 7edc66b06a..0000000000
--- a/help/help_mp-tr.h.charset
+++ /dev/null
@@ -1 +0,0 @@
-UTF-8
diff --git a/help/help_mp-uk.h.charset b/help/help_mp-uk.h.charset
deleted file mode 100644
index 7edc66b06a..0000000000
--- a/help/help_mp-uk.h.charset
+++ /dev/null
@@ -1 +0,0 @@
-UTF-8
diff --git a/help/help_mp-zh_CN.h.charset b/help/help_mp-zh_CN.h.charset
deleted file mode 100644
index 7edc66b06a..0000000000
--- a/help/help_mp-zh_CN.h.charset
+++ /dev/null
@@ -1 +0,0 @@
-UTF-8
diff --git a/help/help_mp-zh_TW.h.charset b/help/help_mp-zh_TW.h.charset
deleted file mode 100644
index 7edc66b06a..0000000000
--- a/help/help_mp-zh_TW.h.charset
+++ /dev/null
@@ -1 +0,0 @@
-UTF-8