From 5ebbe781cbc8615a9b65e61c0824007a95e3e8f2 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 23 Dec 2003 19:19:49 +0000 Subject: [PATCH] =?UTF-8?q?*=20mk-w32-dist:=20Convert=20hu.po=20to=20CP852?= =?UTF-8?q?=20as=20suggested=20by=20Nagy=20Ferenc=20L=EF=BF=BDszl=EF=BF=BD?= =?UTF-8?q?.=20=20Convert=20ru.po=20and=20be.po=20to=20CP1251=20according?= =?UTF-8?q?=20to=20some=20web=20pages.=20Convert=20ro.po=20to=20CP852.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/ChangeLog | 6 ++++++ scripts/mail-to-translators | 2 +- scripts/mk-w32-dist | 7 ++++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/scripts/ChangeLog b/scripts/ChangeLog index 75c4b5ebf..c142a529c 100644 --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,9 @@ +2003-12-23 Werner Koch + + * mk-w32-dist: Convert hu.po to CP852 as suggested by Nagy Ferenc + László. Convert ru.po and be.po to CP1251 according to some web + pages. Convert ro.po to CP852. + 2003-08-26 Werner Koch * autogen.sh: Touch po/all for --build-w32. diff --git a/scripts/mail-to-translators b/scripts/mail-to-translators index 53fdd582e..d7bea63bf 100755 --- a/scripts/mail-to-translators +++ b/scripts/mail-to-translators @@ -40,7 +40,7 @@ GnuPG translation ($file). IMHO it is important to have a basic understanding of GnuPG's functionality to do a correct translation. A false translation might -need to security problems. This is the reason why I prefer to contact +lead to security problems. This is the reason why I prefer to contact you directly and not to work only with the TP Robot. Output of msgfmt is: diff --git a/scripts/mk-w32-dist b/scripts/mk-w32-dist index 0b7ada040..8a7f21894 100755 --- a/scripts/mk-w32-dist +++ b/scripts/mk-w32-dist @@ -68,12 +68,13 @@ 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,hu,sk are also cp1250 but the current PO file can't be converted. + # pl,sk are also cp1250 but the current PO file can't be converted. case $lang in - cs) toset="CP852" ;; + cs|hu|ro) toset="CP852" ;; tr) toset="CP1254" ;; # DOS: CP857 el) toset="CP1253" ;; # same as latin-7? - el|eo|et|ja|pl|hu|sk|zh_TW) toset="" ;; + ru|be) toset="CP1252" ;; # same as latin-7? + el|eo|et|ja|pl|sk|zh_TW) toset="" ;; *) toset="CP850" ;; esac if [ -n "$toset" ]; then