On Sun, 2005-03-20 at 15:10 +0200, Martin Vermeer wrote: > On Sun, Mar 20, 2005 at 01:02:43PM +0000, John Spray wrote: > > On Sun, 2005-03-20 at 12:42 +0000, Angus Leeming wrote: > > > Add an extra 'const': > > > char const * const encodings[] = ... > > Done. Someone might want to do the same for QDocument.C, since that's > > where I ripped it from (I can only commit to gtk directory). > > Hmmm... is there a way to _include_ things like this between frontends, > rather than _copy_ them?
In this particular case, the list is slightly different between frontends: the qt frontend has a checkbox for "Language Default" instead of having it in the list. But yes, the encoding list ought to be passed in from the backend. However, Lars asked that such changes wait for the next round of development: > Angus Leeming <[EMAIL PROTECTED]> writes: > | John Spray wrote: > >> 1. Shouldn't the backend be giving me a STL list-type structure? > > > | Yes. Please do this. I make such changes as I see 'em... > > Please don't do this now. > > This is for the next round of development. John