opensourcecobol / opensourcecobol4j

A new version of opensourcecobol. Translate COBOL to Java.
https://opensourcecobol.github.io/opensourcecobol4j/
GNU General Public License v3.0
74 stars 34 forks source link

Investigate `get_coded_filename` #541

Open yutaro-sakamoto opened 1 week ago

yutaro-sakamoto commented 1 week ago

It seems that the function get_coded_filename in cobc/typeck.c does not assume that the encoding of the argument cname is Shift JIS. We should investigate the implementation of the function.