Skip to content

Conversation

@mpvosseller
Copy link

@mpvosseller mpvosseller commented Jan 9, 2026

Removes use of the deprecated method String#mb_chars.

String#mb_chars was needed historically because Ruby's String#downcase didn't handle Unicode properly. Since Ruby 2.4+, String#downcase (and upcase, capitalize, etc.) handle Unicode correctly by default.

Fixes #2965

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.

DEPRECATION WARNING: String#mb_chars in Rails 8.1+

1 participant