You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CCOBOL source code pre-compiled with the ocesql command of Open Cobol ESQL for the COBOL to C translator will produce an error at runtime when compiled using the cobj command of opensource COBOL 4J which is a COBOL to Java transrator.
At this time, if you set "debug" in the OCDB_LOGLEVEL environment variable, the log will be output to the /tmp/ocesql.log file, but the error message is garbled.
Steps to Reproduce:
Install PostgreSQL Server and create testdb database.
Pre-compile the sample INSERTTBL.cbl using ocesql command of Open Cobol ESQL for the COBOL to C translator.
Compile the pre-compiled COBOL source code using the cobj command of opensource COBOL 4J which is a COBOL to Java transrator.
Set the LANG environment variable to ja_JP.UTF-8.
Set the OCDB_LOGLEVEL environment variable to "debug".
CCOBOL source code pre-compiled with the ocesql command of Open Cobol ESQL for the COBOL to C translator will produce an error at runtime when compiled using the cobj command of opensource COBOL 4J which is a COBOL to Java transrator.
At this time, if you set "debug" in the OCDB_LOGLEVEL environment variable, the log will be output to the /tmp/ocesql.log file, but the error message is garbled.
Steps to Reproduce:
Actual results:
Garbled error messages in /tmp/ocesql.log.
/tmp/ocesql.log:
Expected results:
Error messages are output to /tmp/ocesql.log in Japanese with UTF-8 encoding.
/tmp/ocesql.log:
The text was updated successfully, but these errors were encountered: