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

feat: Add character encoding conversion function #176

Merged
merged 1 commit into from
Jun 1, 2024

Conversation

psi59
Copy link
Contributor

@psi59 psi59 commented Jun 1, 2024

  • Add a function to convert a given string to a specified character encoding
  • Support various target character encodings (e.g., UTF-8, EUC-KR)

- Add a function to convert a given string to a specified character encoding
- Support various target character encodings (e.g., UTF-8, EUC-KR)
@nakagami
Copy link
Owner

nakagami commented Jun 1, 2024

Thank you.

It's a reverse conversion here.
https://github.com/nakagami/firebirdsql/blob/master/xsqlvar.go#L313-L426

@nakagami nakagami merged commit 9331e2b into nakagami:master Jun 1, 2024
6 checks passed
@nakagami
Copy link
Owner

nakagami commented Jun 1, 2024

Unit tests are passing so I will merge it.

@nakagami
Copy link
Owner

nakagami commented Jun 1, 2024

Sorry, It didn't work in my environment, so I will revert.

Please send me a pull request with test code.

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.

2 participants