FLAM Issue Tracker - FL5
View Issue Details
0000939FL51.2 FLCCpublic2018-08-15 09:322018-08-17 09:40
Falk Reichbott 
Falk Reichbott 
normalfeatureN/A
resolvedfixed 
GeneralGeneralGeneral
5.1.17 
5.1.185.1.18 
0000939: Support character set of a file in URL syntax (requires %-encoding and local file schema)
To define the CCSID for a parameter file the file string must contain the CCSID
URL syntax sould be used for that.

table='file://mytab.parm.txt:IBM1141' [^]

To support ':' in file names the % encoding in URLs must be supported.
To use it for local files the schema 'file:' must be supported.

To be backward compatible if no valid scheme provided, then the original file name is used.
No tags attached.
Issue History
2018-08-15 09:32Falk ReichbottNew Issue
2018-08-15 09:32Falk ReichbottStatusnew => assigned
2018-08-15 09:32Falk ReichbottAssigned To => Falk Reichbott
2018-08-17 09:40Falk ReichbottNote Added: 0001173
2018-08-17 09:40Falk ReichbottStatusassigned => resolved
2018-08-17 09:40Falk ReichbottFixed in Version => 5.1.18
2018-08-17 09:40Falk ReichbottResolutionopen => fixed

Notes
(0001173)
Falk Reichbott   
2018-08-17 09:40   
Support file:// as schema for local files in URL parsing (simplify use of percent decoding for local files)
 Support percent decoding for of URL values (if you need special characters (?:#&) in your file name, then you can use the URL syntax)
 Support character encoding string (CCSID) for a file in URLs and normal file name specification (file='filenam.txt/&IBM1141')
 Support URLs also for parameter files including remote access and character set conversion per SSH