openexchangerates / accounting.js

A lightweight JavaScript library for number, money and currency formatting - fully localisable, zero dependencies.
http://openexchangerates.github.io/accounting.js
MIT License
4.96k stars 530 forks source link

Encoding Problem in Tests #81

Open bryanaka opened 10 years ago

bryanaka commented 10 years ago

the tests/qunit/methods.js file is encoded as ISO-8859-1 and is giving me errors when sprockets is walking the file tree. I know us-ascii doesn't support £ so can convert this to utf-8?