Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CBRD-25375] [p11_3] Enhance String handling to support multiple character encodings #5232

Merged
merged 4 commits into from
May 27, 2024

Conversation

hgryoo
Copy link
Member

@hgryoo hgryoo commented May 27, 2024

http://jira.cubrid.org/browse/CBRD-25375

  • make a static variable, charset in ExeucteThread configuable by 'file.encoding' property.
  • resive CUBRIDPacker and CUBIRDUnpacker to handle StringValue with byte array type (byte[]).
  • remove charset argument of CUBIRDPacker's packValue.

@hgryoo hgryoo self-assigned this May 27, 2024
@hgryoo hgryoo changed the title [CBRD-25375] Enhance String handling to support multiple character encodings [CBRD-25375] [p11_3] Enhance String handling to support multiple character encodings May 27, 2024
@hgryoo hgryoo requested review from mhoh3963 and hyunikn May 27, 2024 06:37
@hgryoo hgryoo marked this pull request as ready for review May 27, 2024 08:15
@hgryoo hgryoo merged commit eaaa51a into CUBRID:release/11.3 May 27, 2024
8 checks passed
mhoh3963 pushed a commit to mhoh3963/cubrid that referenced this pull request Aug 6, 2024
…acter encodings (CUBRID#5232)

http://jira.cubrid.org/browse/CBRD-25375

- make a static variable, charset in ExeucteThread configuable by 'file.encoding' property.
- resive CUBRIDPacker and CUBIRDUnpacker to handle StringValue with byte array type (byte[]).
- remove charset argument of CUBIRDPacker's packValue.
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.

3 participants