for views, no need; considering rtf2odc , a lot of rulers will be added, e.g. bolding a word text will add begin ruler and end ruler, if they convert them to lines, ....
for para,I rarely use it, not familiar with it.
IF (ch # TextModels.viewcode) & (ch # TextModels.para) THEN
Josef Templ wrote:added as in other exporters:
- Code: Select all
IF (ch # TextModels.viewcode) & (ch # TextModels.para) THEN
Zinn wrote:But what happens without this line?
The function of para is kept. It is not lost. Do we need a translation of para to an empty line?
The viewcode is still lost. You see that their was a view (02X). It may be a problem to have the control character in the result.
Normally this question is not relevant, because you can edit the text before you save it as you would like to have.
- Helmut
Josef Templ wrote:A simple strategy would be to treat para as newline and to treat rulers also as newline.
Other views would probably have to be ignored as it is done now.
Inserting viewcode into the output text is not OK, I think, because it is a very special control character
that only causes problems with text editors.
Zinn wrote:Thank you Josef, your last change in config is a create improvement.
Why don't you add this changes into the UTF8 Exporter? There is no reason to obey the rules of the txt Exporter.
- Helmut
Users browsing this forum: No registered users and 1 guest