X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=make-files;h=ca1ac094b48f83a66dd7b1cdac9e7600370f0a41;hb=d9ba21a451e4ffba47c0d5faf0d1a0c5cf4d6487;hp=5c736eaab2ee41b82d45b6d96c48727b2ebf3857;hpb=5f0a5a57cec7afdde0944c806ccbd67bfdfa2759;p=phdru.name%2Fphdru.name.git diff --git a/make-files b/make-files index 5c736ea..ca1ac09 100755 --- a/make-files +++ b/make-files @@ -15,7 +15,7 @@ for tmpl in "$@"; do outfile="`basename \"$tmpl\" .tmpl`.html" echo "$tmpl => $dir/$outfile" cheetah fill --encoding=koi8-r --settings='encoding="koi8-r"' \ - --nobackup --stdout "$tmpl" | iconv -f utf-8 -t koi8-r >"$dir/$outfile" || exit 1 + --nobackup --stdout "$tmpl" | iconv -c -f utf-8 -t koi8-r >"$dir/$outfile" || exit 1 done exec sitemap_gen.py --config=sitemaps/phdru.name-config.xml