FLAM Issue Tracker - FL5
View Issue Details
0000836FL52.2 Subprogram FLUC (CONV)public2016-12-14 18:352016-12-16 20:06
Falk Reichbott 
Falk Reichbott 
normalfeatureN/A
resolvedno change required 
GeneralGeneralGeneral
5.1.13 
5.1.155.1.15 
0000836: Support binary zero as valid character in text processing
Currently binary zero is a valid delimiter and a lot of binary zeros are ignored as padding. It ist required for some host data formats to support binary zero as a vaild character on request.

A new switch must be added to activate binary zero as valid character.

   ZROCHR
No tags attached.
Issue History
2016-12-14 18:35Falk ReichbottNew Issue
2016-12-14 18:35Falk ReichbottStatusnew => assigned
2016-12-14 18:35Falk ReichbottAssigned To => Falk Reichbott
2016-12-16 20:06Falk ReichbottNote Added: 0001048
2016-12-16 20:06Falk ReichbottStatusassigned => resolved
2016-12-16 20:06Falk ReichbottFixed in Version => 5.1.15
2016-12-16 20:06Falk ReichbottResolutionopen => no change required

Notes
(0001048)
Falk Reichbott   
2016-12-16 20:06   
The padding character for text processing can be defined over the padch(a)r parameter. 0x00 is the default. You can define for example 0xFF if you want to ensure to handle binary zeros as normal characters in your text file.