diff options
Diffstat (limited to 'scripts/mk-w32-dist')
-rwxr-xr-x | scripts/mk-w32-dist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/mk-w32-dist b/scripts/mk-w32-dist index 41c02a8b7..0b7ada040 100755 --- a/scripts/mk-w32-dist +++ b/scripts/mk-w32-dist @@ -68,12 +68,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 |