Skip to content

Make vdslib locale-independent#35891

Merged
arnej27959 merged 1 commit intomasterfrom
arnej/locale-vdslib
Feb 13, 2026
Merged

Make vdslib locale-independent#35891
arnej27959 merged 1 commit intomasterfrom
arnej/locale-vdslib

Conversation

@arnej27959
Copy link
Copy Markdown
Member

Use Locale.ROOT for case conversion operations (toUpperCase/toLowerCase) and StandardCharsets.UTF_8 for file I/O to ensure consistent behavior across different system locales. This prevents locale-dependent bugs where string operations might produce unexpected results.

Use Locale.ROOT for case conversion operations (toUpperCase/toLowerCase)
and StandardCharsets.UTF_8 for file I/O to ensure consistent behavior
across different system locales. This prevents locale-dependent bugs
where string operations might produce unexpected results.
@arnej27959 arnej27959 requested a review from vekterli February 12, 2026 20:26
Copy link
Copy Markdown
Member

@vekterli vekterli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@arnej27959 arnej27959 merged commit 72a3a22 into master Feb 13, 2026
3 checks passed
@arnej27959 arnej27959 deleted the arnej/locale-vdslib branch February 13, 2026 12:08
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