Open cgeorgelee opened 2 years ago
This is a fix for issue: "Attempt to read /raw_data/currencies.json as ascii instead of utf-8 breaks get_symbol()" - https://github.com/MicroPyramid/forex-python/issues/109
We tell the file reader the encoding of /raw_data/currencies.json instead of using python auto detection.
/raw_data/currencies.json
This is a fix for issue: "Attempt to read /raw_data/currencies.json as ascii instead of utf-8 breaks get_symbol()" - https://github.com/MicroPyramid/forex-python/issues/109
We tell the file reader the encoding of
/raw_data/currencies.json
instead of using python auto detection.