Closed kevinjhanna closed 12 years ago
A fix @djanowski told me on IRC in order to handle utf8 characters in views without having to declare #encoding utf-8 every time.
#encoding utf-8
Cool!
Two things:
Encoding.default_external
Looks good to me!
A fix @djanowski told me on IRC in order to handle utf8 characters in views without having to declare
#encoding utf-8
every time.