I18n.l used with ActiveSupport::TimeWithZone returning the string with the codepoints exactly as in the locale file.
What actually happened
I18n.l returned the string where the character code is split in two codepoints, 0xC3 and 0xB8, respectively. This may lead to weird behavior when the resulting text is used elsewhere.
Versions of i18n, rails, and anything else you think is necessary
What I tried to do
What I expected to happen
I18n.l
used withActiveSupport::TimeWithZone
returning the string with the codepoints exactly as in the locale file.What actually happened
I18n.l
returned the string where the character code is split in two codepoints, 0xC3 and 0xB8, respectively. This may lead to weird behavior when the resulting text is used elsewhere.Versions of i18n, rails, and anything else you think is necessary