aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--scripts/ChangeLog5
-rwxr-xr-xscripts/mk-w32-dist6
2 files changed, 8 insertions, 3 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index a50cc233e..62c4dd1c1 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,8 @@
+2003-05-26 David Shaw <[email protected]>
+
+ * mk-w32-dist: Don't iconv {hu,sk,zh_TW}.po. (From wk on stable
+ branch)
+
2003-04-08 Werner Koch <[email protected]>
* autogen.sh: Add options to build for coldfire and uClinux.
diff --git a/scripts/mk-w32-dist b/scripts/mk-w32-dist
index 96590d8ca..300ad7329 100755
--- a/scripts/mk-w32-dist
+++ b/scripts/mk-w32-dist
@@ -70,12 +70,12 @@ done
for i in ${srcdir}/po/*.po; do
lang=$(basename $i .po)
fromset=`sed -n '/^"Content-Type:/ s/.*charset=\([a-zA-Z0-9_-]*\).*/\1/p' $i`
- # pl is also cp1250 but the current PO file can't be converted.
+ # pl,hu,sk are also cp1250 but the current PO file can't be converted.
case $lang in
- cs) toset="CP1250" ;;
+ cs) toset="CP852" ;;
tr) toset="CP1254" ;; # DOS: CP857
el) toset="CP1253" ;; # same as latin-7?
- el|eo|et|ja|pl) toset="" ;;
+ el|eo|et|ja|pl|hu|sk|zh_TW) toset="" ;;
*) toset="CP850" ;;
esac
if [ -n "$toset" ]; then