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

use Locale.ROOT in String.format #3121

Open
hatyo opened this issue Feb 10, 2025 · 0 comments · May be fixed by #3117
Open

use Locale.ROOT in String.format #3121

hatyo opened this issue Feb 10, 2025 · 0 comments · May be fixed by #3117
Assignees
Labels
enhancement New feature or request relational issues related to relational FDB

Comments

@hatyo
Copy link
Contributor

hatyo commented Feb 10, 2025

Many usages of String.format in the relational component are relying on the default Locale, this could render resulting strings in unexpected way if the JVM process is running with a specific locale such as lrc_IR for example. We should use String.format in a locale-neutral way to avoid such issues.

@hatyo hatyo added enhancement New feature or request relational issues related to relational FDB labels Feb 10, 2025
@hatyo hatyo self-assigned this Feb 10, 2025
@hatyo hatyo linked a pull request Feb 10, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request relational issues related to relational FDB
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant