RubyMoney / google_currency

Ruby Money::Bank interface for the Google Currency exchange data
http://rubymoney.github.com/google_currency
MIT License
182 stars 90 forks source link

ArgumentError: invalid byte sequence in Big5 #68

Closed echan00 closed 3 years ago

echan00 commented 6 years ago

What does this error mean?

pry(main)> o.total
=> #<Money fractional:5250 currency:USD>

pry(main)> o.total.exchange_to(:EUR)
ArgumentError: invalid byte sequence in Big5

pry(main)> o.total.exchange_to('EUR')
ArgumentError: invalid byte sequence in Big5
antstorm commented 6 years ago

Might be related to #65