Release 1.1.8 hotfix1 #622
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces the
1.1.8-hotfix1release of OpenSource COBOL 4J, addressing critical bug fixes and updating version references across the codebase, documentation, and configuration. The most significant changes involve bug fixes for code generation, updates to handle UTF-8 encoded half-width Katakana characters, and version updates in various files.Bug Fixes:
WRITEstatements that previously produced invalid Java code. [1] [2] [3]Code Changes:
cobj/pplex.lto improve handling of UTF-8 encoded characters, including changes toconvert_ucs_hyphen_minus,ppinput, andstart:sections for better compatibility and column handling. [1] [2] [3] [4]Version Updates:
1.1.8to1.1.8-hotfix1across multiple files, includingconfigure,configure.ac,README.md,README_JP.md,libcobjsource files, and test files. [1] [2] [3] [4] [5] [6] [7] [8]Documentation Updates:
1.1.8-hotfix1release, documenting the fixes and updates. [1] [2] [3]README.mdandREADME_JP.mdto reflect the new version and Docker image. [1] [2]Build and Configuration Updates:
configureand related files to reflect the new version and package identity. [1] [2] [3] [4]These changes ensure the latest fixes are incorporated while maintaining consistency across the project.