* mk-w32-dist: Don't iconv {hu,sk,zh_TW}.po. (From wk on stable branch)

This commit is contained in:
David Shaw 2003-05-26 13:39:38 +00:00
parent f536ccc4ac
commit aca5806d4e
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2003-05-26 David Shaw <dshaw@jabberwocky.com>
* mk-w32-dist: Don't iconv {hu,sk,zh_TW}.po. (From wk on stable
branch)
2003-04-08 Werner Koch <wk@gnupg.org>
* autogen.sh: Add options to build for coldfire and uClinux.

View File

@ -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