Unexpected Behavior of `String#upcase` in Ruby 3.2 with Non-ASCII Characters
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-13
ruby string unicode
I'm encountering unexpected results when using the `String#upcase` method in Ruby 3.2 on strings containing non-ASCII characters. I expected that calling `upcas...