>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | -
Lars> when a file is trucated, autosave should be disabled
Lars> or should the user be asked to load the autosave file instead?
Lars> We don't really have to turn it off.
Maybe Larry could comment here? I am not sure exactly what the
situation he described is (now that I re-read his message). I have had
the cahnce to avoid truncated file so far.
Lars> | - make sure an encoding is selected when there are some >127 |
Lars> characters (or maybe use latin1 by default via validate() stuff)
Lars> I guess latin1 is most common, so that would ok as
Lars> default. (when over 127)
The only problem I see is that we would have to scan the paragraph
text in validate(), which is obviously long. Another possiblity is to
insert an error inset while doing the output, which seems more
reasonable that changing the encoding without asking the user... Is
that possible it this stage?
JMarc