Closed fm-117 closed 4 months ago
Converting to draft as i'd like to improve it a bit.
Ok now we are using the CODEPAGE
option to choose the encoding for alphanumeric literals. This is slightly better than a hard-coded default value in source because clients will now have a way to change it, as long as they have control over the TypeCobolOptions
instance used by the parser.
We still need:
CODEPAGE
option declared directly in source: the scanner should read the value and dynamically change the encoding for the rest of the document
For #2632 but does not fix it fully yet as we still need a way for the client to override the default value, if need be.