FLAM Issue Tracker - FL5
View Issue Details
0000392FL52.2 Subprogram FLUC (CONV)public2014-04-04 11:472014-07-01 15:33
Falk Reichbott 
Falk Reichbott 
normalfeatureN/A
resolvedfixed 
GeneralGeneralGeneral
5.0 
5.15.0 
0000392: Add replacement of control character by one space
Currently the text parsing module (FMTTXT) only supports suppression of control charaters. Sometimes it would be useful to replace remaining control charater by one spaces.
No tags attached.
Issue History
2014-04-04 11:47Falk ReichbottNew Issue
2014-04-04 11:47Falk ReichbottStatusnew => assigned
2014-04-04 11:47Falk ReichbottAssigned To => Falk Reichbott
2014-05-16 23:36Falk ReichbottNote Added: 0000464
2014-07-01 15:15Falk ReichbottNote Added: 0000521
2014-07-01 15:15Falk ReichbottStatusassigned => resolved
2014-07-01 15:15Falk ReichbottFixed in Version => 5.0
2014-07-01 15:15Falk ReichbottResolutionopen => fixed
2014-07-01 15:15Falk ReichbottNote View State: 0000521: public
2014-07-01 15:33Falk ReichbottNote Edited: 0000521bug_revision_view_page.php?bugnote_id=521#r168

Notes
(0000464)
Falk Reichbott   
2014-05-16 23:36   
it must also be possible to replace it by each other kind of character. To do this a new selection are defined as parameter:

RPLCTR=NOTHING/SPACE/SUBCHR/...

RPLCTR=NOTHING is the like SUPCTR

In a first implementation only SPACE 0x20 or the SUBCHR 0x1A are supported. Other charater can be add, but it must be based on a selection, because the value for the charater must be defined based on the char set at text formatting.
(0000521)
Falk Reichbott   
2014-07-01 15:15   
(edited on: 2014-07-01 15:33)
Add new paramter RPLCTR with selection of SPACE/SUBSTITUTE/DELETE

rplctr=del is the same as supctr