dellermann / i18n-asset-pipeline

An asset-pipeline plugin for client-side i18n.
Apache License 2.0
3 stars 8 forks source link

Loading messages with encoding specified (utf-8 support) #13

Closed mugren closed 8 years ago

mugren commented 8 years ago

The prop files are always ISO-8859-1 encoded so there is a problem if we want to use utf-8 translations. When loading the inputStream in properties I bypass it with creating String from the inputStream in the right encoding which then is loaded in the properties map.