|
From: Petr M. <mi...@ph...> - 2006-08-03 17:29:01
|
>>> Looks OK to me, except that I think your patch contains a modified >>> file prologues.h that doesn't belong in it. (It reverts iso8559-15 >>> to iso8559-1). >> >> It comes out from running the ps_header.sh script; and that what you >> see is that on my system as well as for LC_ALL=C, the order is: >> while on that somebody's system who committed it to cvs it was: >> >> prologue_8859_15_ps >> prologue_8859_1_ps >> >> I prefer the former order. > > My point was that such a change has nothing to do with BlackText, > and does not belong in the same patchset. OK, regeneration of prologues.h is an independent action. How to updated the script so that it always generates the same sequence of files? I propose this for ps_header.sh: for i in `ls -1 *.ps | LC_ALL=C sort` --- PM |