Actions
Bug #21450
closedInconsistent `upcase` between `String` and `Symbol`
Bug #21450:
Inconsistent `upcase` between `String` and `Symbol`
Description
Behavior for Symbol#upcase and String#upcase differs for i character if the :turkic option is present
I'd expect val.upcase(:turkic) behaves consistently for both cases:
However, when a non-ASCII character is present, then the case mapping on Symbol works the same way as with String:
Actions