1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-07 23:27:48 +02:00

oops, fixed charset. The just released w32cli binary has been patched

while building it.
This commit is contained in:
Werner Koch 2003-12-23 21:31:50 +00:00
parent 83227ed1c1
commit 986db050c4

View File

@ -73,7 +73,7 @@ for i in ${srcdir}/po/*.po; do
cs|hu|ro) toset="CP852" ;;
tr) toset="CP1254" ;; # DOS: CP857
el) toset="CP1253" ;; # same as latin-7?
ru|be) toset="CP1252" ;; # same as latin-7?
ru|be) toset="CP1251" ;; # same as latin-7?
el|eo|et|ja|pl|sk|zh_TW) toset="" ;;
*) toset="CP850" ;;
esac