Skip to content

Conversation

@yutaro-sakamoto
Copy link
Contributor

@yutaro-sakamoto yutaro-sakamoto commented Dec 23, 2024

We will release opensource COBOL 4J 1.1.5 on 2024/12/27.

Changes

Add

  • Convert string literals containing SJIS characters to Java string literals (Convert string literals containing SJIS characters to Java string literals #561)
    • The older versions convert string literals containing SJIS characters into byte arrays with hexdecimal integers.
      • Older versions convert "日本語" into CobolUtil.toBytes((byte)0x93, (byte)0xfa, (byte)0x96, (byte)0x7b, (byte)0x8c, (byte)0xea).
      • Latest version converts "日本語" to CobolUtil.stringToBytes("日本語").

Fix

@yutaro-sakamoto yutaro-sakamoto marked this pull request as ready for review December 27, 2024 00:09
@yutaro-sakamoto yutaro-sakamoto merged commit 333d880 into opensourcecobol:develop Dec 27, 2024
85 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant