You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Names like 'MARÍA' are converted to 'MarÍa', but I would expect 'María'.
To get around this I needed to do something like NameCase(name.mb_chars.downcase.to_s) in rails, but this is not ideal.
The text was updated successfully, but these errors were encountered:
@3xcellent
The text was updated successfully, but these errors were encountered: