Bug #9694
Implementation for EOF quirk in IMPORT statement
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#1 Updated by Razvan-Nicolae Chichirau over 1 year ago
- Description updated (diff)
When trying to import binary files such as .pdf, .xls, etc in 4GL and read them as non-binary (INPUT FROM without BINARY option), strange things can happen. More exactly, OE tries to interpret every character being read and this results in a special behavior around the EOF character which is also known as the "substitute char" (hex is 0x1A).
This problem was found in #9611 and and more rigorously documented in #9611-34.