Update norm_exceptions.py (#3778)

* Update norm_exceptions.py

Extended the Currency set to include Franc, Indian Rupee, Bangladeshi Taka, Korean Won, Mexican Dollar, and Egyptian Pound

* Fix formatting [ci skip]
This commit is contained in:
Ujwal Narayan 2019-05-27 15:22:52 +05:30 committed by Ines Montani
parent 604acb6ace
commit ed7be3f64c

View File

@ -53,5 +53,11 @@ BASE_NORMS = {
"US$": "$",
"C$": "$",
"A$": "$",
"" : "$",
"": "$",
"": "$",
"": "$",
"": "$",
"Mex$": "$",
"": "$",
"": "$",
}