miracle2k / django-assets

Django webassets integration.
BSD 2-Clause "Simplified" License
89 stars 79 forks source link

Encode Django's template engine's output to UTF-8 since it breaks otherwise #2

Closed rassie closed 11 years ago

rassie commented 12 years ago

This is useful when assets contain non-ASCII characters, one example if jQuery UI's i18n files which are necessarily encoded in UTF-8

nuklea commented 11 years ago

@miracle2k do you still mainten this repo?

miracle2k commented 11 years ago

Sorry for the delay.

I'm not sure if FILE_CHARSET is a lot of help here, but I think it would be more correct. I'd be happy to merge that change as well.