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
Modified to support COBOL source code written in UTF-8. (#582)
* fix: convert SJIS string literals to ordinary Java string literals
* test: add test suites
* test: add new tests cobol_utf8
* ci: run tests of --enable-utf8 tests
* ci: fix workflows for push events
* ci: disable `fail-fast` of some jobs temporarily
* ci: change pull_request.yml to runu utf8 tests
* ci: fix push.yml and pull-request.yml slightly
* test: covert some misc tests to UTF8 versions and add them to cobol_utf8
* test: change utf8 tests
* ci: run m4 when installing the compiler
* fix: dispatch encodings of javac
* wip: fix slightly
* wip: wip
* fix: update libcobj to encode Strings to SJIS
* fix: add -Wno-parentheses
* test: fix tests
* fix: disable size checks of UTF-8 data
* fix: value clause
* test: fix pic-n.at and pic-x
* fix: typeck.c to suppress checks against inspect statement
* [WIP] fix: Remove the character encoding specification for 'new String'
* [WIP] fix: Fix the byte size calculation for Japanese variable names.
* fix: Fix the code related to the byte size of UTF-8.
* fix: Fix the code related to the byte size of UTF-8.
* fix: Fix the code related to the byte size of UTF-8.
* fix: Remove unnecessary codes
* fix: Minor adjustments related to code generation
* fix: Fix the code generation for strings that are SJIS multibyte.
* fix: Fix Fix the bug about MOVE of literals when UTF-8
* fix: Remove unnecessary comments.
* fix: Fix regarding UTF8 multi byte strings
* fix: Fix regarding UTF8 multi byte strings
* fix: Fix regarding PROGRAM-ID written in UTF8 multibyte
* fix: Fix test scripts
* fix: Clean up codes
* Clean up codes
* fix: Clean up codes
* fix: Minor fix
* fix: fieldToString
* ci: install wget in alma and amazon linux
* fix: Fix a bug regarding PROGRAM-ID with multibyte chars
* Fix: Convert cb_zero_utf8 to cb_zen_zero
---------
Co-authored-by: Yutaro Sakamoto <[email protected]>
Co-authored-by: unknown <[email protected]>
Co-authored-by: Yutaro Sakamoto <[email protected]>
Co-authored-by: Yutaro Sakamoto <[email protected]>
0 commit comments