diff options
author | Vladimir Volovich <vvv@vsu.ru> | 2008-03-25 13:23:27 +0000 |
---|---|---|
committer | Vladimir Volovich <vvv@vsu.ru> | 2008-03-25 13:23:27 +0000 |
commit | 6dad4217eda2bc132f4db3a5434fbbd80d4a0128 (patch) | |
tree | ee4fa7a2ae38f74891bfde49189fafccc06f164f /Build/source/utils/xindy/make-rules/alphabets/danish | |
parent | 29dfcfdc03a117fc7738460da50de6509180ff55 (diff) |
bugfix in make-rules:
%latin5.pl : %utf8.pl.in
sed -e 's/@u{\([^}]*\)}//g;' <$< | \
- iconv -f UTF-8 -t ISO8859-5 >$@
+ iconv -f UTF-8 -t ISO-8859-9 >$@
latin5 is not ISO-8859-5 (which is a cyrillic encoding) but ISO-8859-9,
so this make rule was failing with invalid characters.
it was noticed after a change from "/usr/bin/perl" to "/usr/bin/env perl"
which touched the timestamps so the script got regenerated.
git-svn-id: svn://tug.org/texlive/trunk@7150 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/make-rules/alphabets/danish')
0 files changed, 0 insertions, 0 deletions