Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HTML entities to Currency #20

Open
RemyDuijkeren opened this issue Dec 25, 2014 · 2 comments
Open

Add HTML entities to Currency #20

RemyDuijkeren opened this issue Dec 25, 2014 · 2 comments

Comments

@RemyDuijkeren
Copy link
Owner

See http://www.w3schools.com/charsets/ref_utf_currency.asp.

Is this useful, because there aren't many of them?

@RemyDuijkeren RemyDuijkeren added this to the v0.6.0 milestone Dec 8, 2015
@JayT82
Copy link

JayT82 commented Dec 17, 2015

I think this is useful, issue 31 is about a parse value for Money amount given as a string.
In this case, recognizing the valuta sign that can be the prefix of the amount is in order.
When this list is an integral part of the library, searching and finding the valuta is much easier.
When done in this way using CultureInfo or RegionInfo is not necessary.

@RemyDuijkeren
Copy link
Owner Author

This is about adding something a property that can be used when displaying a currency in a webpage, like:
currency.HtmlEntity

@RemyDuijkeren RemyDuijkeren modified the milestone: v0.6.0 Jan 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants