wok-6.x diff cacerts/stuff/make-ca.sh @ rev 23552
updated python-reportlab (2_3 -> 3.5.42)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 07 07:00:34 2020 +0100 (2020-04-07) |
parents | f29d4912ea56 |
children |
line diff
1.1 --- a/cacerts/stuff/make-ca.sh Wed Mar 25 17:21:43 2015 +0200 1.2 +++ b/cacerts/stuff/make-ca.sh Tue Apr 07 07:00:34 2020 +0100 1.3 @@ -10,6 +10,9 @@ 1.4 # 1.5 # Version 20120211 1.6 1.7 +# Some data in the certs have UTF-8 characters 1.8 +export LANG=en_US.utf8 1.9 + 1.10 certdata="certdata.txt" 1.11 1.12 if [ ! -r $certdata ]; then