Systems without strfmon capability will throw an error when using money_format function (such as Windows).
In this commit the currency fallback into a simple currency symbol and price.
The price currency symbol in some currency system however still not correctly displayed as windows have different locale system. Manual formatting then used for this.
The currencies symbol and format, however, will not show the exact same formatting when compared with other systems (such as in Mac).
This is for solving the issues #153
Related with PR #85
Systems without strfmon capability will throw an error when using money_format function (such as Windows).
In this commit the currency fallback into a simple currency symbol and price.
The price currency symbol in some currency system however still not correctly displayed as windows have different locale system. Manual formatting then used for this.
The currencies symbol and format, however, will not show the exact same formatting when compared with other systems (such as in Mac).
This is for solving the issues #153 Related with PR #85