FLAM Issue Tracker - FL5
View Issue Details
0000856FL52.2 Subprogram FLUC (CONV)public2017-01-17 13:122017-01-18 12:03
Mykhailo Moldavskyy 
Falk Reichbott 
highmajoralways
resolvedfixed 
GeneralGeneralGeneral
5.1.14 
5.1.155.1.15 
0000856: Character conversion failed from UTF-8 to Latin1 failed if 0DC285 is used as delimiter
After character conversion from ASCII to EBCDIC with 0D0A as ASCII delimiter 0DC285 might be the result of the interim delimiter in UTF-8. The delimiter 0x0DC2 is detected but the 0x85 will be the first character of the next record. These results later in a conversion error.
No tags attached.
Issue History
2017-01-17 13:12Mykhailo MoldavskyyNew Issue
2017-01-17 13:12Mykhailo MoldavskyyStatusnew => assigned
2017-01-17 13:12Mykhailo MoldavskyyAssigned To => Falk Reichbott
2017-01-17 13:14Mykhailo MoldavskyyNote Added: 0001072
2017-01-17 13:14Mykhailo MoldavskyyStatusassigned => resolved
2017-01-17 13:14Mykhailo MoldavskyyFixed in Version => 5.1.15
2017-01-17 13:14Mykhailo MoldavskyyResolutionopen => fixed
2017-01-18 12:03Ulrich SchwabSummaryCharacter conversion failed from UTF-8 to Latin1 failede if 0DC285 as delimiter used => Character conversion failed from UTF-8 to Latin1 failed if 0DC285 is used as delimiter
2017-01-18 12:03Ulrich SchwabDescription Updatedbug_revision_view_page.php?rev_id=329#r329
2017-01-18 12:03Ulrich SchwabNote Edited: 0001072bug_revision_view_page.php?bugnote_id=1072#r331

Notes
(0001072)
Mykhailo Moldavskyy   
2017-01-17 13:14   
(edited on: 2017-01-18 12:03)
The case 0x0DC285[C285]* was implemented but after the case 0x0D85[85]*. This order was wrong and is fixed in FLAM 5.1.15.