On Thu, May 31, 2007 at 10:47:47PM +0200, Thijs Kinkhorst wrote: > reopen 408116 > thanks > > I'm sorry to bother you again with this bug. The generated file still has a > problem: > > ### This file is part of the dictionaries-common package. > ### It has been automatically generated. > ### DO NOT EDIT! > <?php > $SQSPELL_APP = array ( > 'british (British English)' => 'ispell -a -B -d british', > > Those comments need to be *after* the "<?php" tag or they will just be output > verbatim to the client. The solution is to move '<?php' up to the first line.
Hi, I have put in our alioth staging area a new package that will create things this way: <?php ### This file is part of the dictionaries-common package. ### It has been automatically generated. ### DO NOT EDIT! $SQSPELL_APP = array ( 'deutsch (New German 8 bit)' => 'ispell -a -w ÄÖÜäößü -T latin1 -C -d ngerman', 'francais GUTenberg (French GUTenberg)' => 'ispell -a -d francais -w ÀÂÇÈÉÊËÎÏÔÙÛÜàâçèéêëîïôùûü -T list ', ... Is this OK? -- Agustin

