texts module can save plain ascii files with CloseAscii function.

This commit is contained in:
norayr 2016-12-07 19:31:48 +04:00
parent d18008eafa
commit 9f6c788219
2 changed files with 81 additions and 0 deletions

View file

@ -680,6 +680,7 @@ BEGIN
SpaceFormParms(bText);
(*FoldElems.CollapseAll(bText, {FoldElems.tempLeft});*)
UpdateText(bText, oldNotifier);
Texts.CloseAscii(bText, 'test');
END
END Beautify;