FLAM Issue Tracker - FL5
View Issue Details
0000183FL52.2 Subprogram FLUC (CONV)public2013-09-24 08:182014-10-13 08:09
Falk Reichbott 
Falk Reichbott 
normalfeatureN/A
resolvedfixed 
GeneralGeneralGeneral
 
5.15.1 
0000183: Add vertical tab replacement support to text handling
Currently the text formatting supports only the replacment of horizontal tabs (\t) by blanks. Vertical Tabs (\v) must be replaced by empty records or corresponding ASA or MCC control character.
No tags attached.
Issue History
2013-09-24 08:18Falk ReichbottNew Issue
2013-09-24 08:18Falk ReichbottStatusnew => assigned
2013-09-24 08:18Falk ReichbottAssigned To => Falk Reichbott
2013-11-07 10:31Falk ReichbottTarget Version5.1 => 5.2
2014-04-28 10:14Falk ReichbottTarget Version5.2 => 5.1
2014-10-13 08:09Falk ReichbottNote Added: 0000656
2014-10-13 08:09Falk ReichbottStatusassigned => resolved
2014-10-13 08:09Falk ReichbottFixed in Version => 5.1
2014-10-13 08:09Falk ReichbottResolutionopen => fixed

Notes
(0000656)
Falk Reichbott   
2014-10-13 08:09   
Vertical TAB support based on new records is now implemented (5.0.33) in FMTTXT. For example "RPLVTB=4" replace a vertical TAB like:

TEST\vt\1234\n

TEST
    
    
    
    1234

The replacement is done with new text records containing blanks with empty rest records.

Addtional we support now RPLHTB as alias for RPLTAB (horizontal tab replacement by spaces).