|
|
|
|
|
by steveklabnik
3687 days ago
|
|
He was talking about the view layer, that's true. Even then though, your source is likely to be in UTF-8, and Rails' form helpers add <form accept-charset="UTF-8">
so these days, the non-UTF-8 usage in Rails apps should be pretty tiny, I would think? It'd be stuff coming from outside of forms. |
|