mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-08 22:11:07 +01:00
oops, fixed charset. The just released w32cli binary has been patched
while building it.
This commit is contained in:
parent
83227ed1c1
commit
986db050c4
@ -73,7 +73,7 @@ for i in ${srcdir}/po/*.po; do
|
|||||||
cs|hu|ro) toset="CP852" ;;
|
cs|hu|ro) toset="CP852" ;;
|
||||||
tr) toset="CP1254" ;; # DOS: CP857
|
tr) toset="CP1254" ;; # DOS: CP857
|
||||||
el) toset="CP1253" ;; # same as latin-7?
|
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="" ;;
|
el|eo|et|ja|pl|sk|zh_TW) toset="" ;;
|
||||||
*) toset="CP850" ;;
|
*) toset="CP850" ;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user