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

x/text/currency: supported currency codes need an update (MRO->MRU, VEF->VES) #36543

Open
elideveloper opened this issue Jan 14, 2020 · 1 comment
Labels
NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@elideveloper
Copy link

What version of Go are you using (go version)?

$ go version
go version go1.13.4 darwin/amd64

Does this issue reproduce with the latest release?

Yes.

What operating system and processor architecture are you using (go env)?

Any.

What did you do?

https://play.golang.org/p/GoUe1pIAVjo

What did you expect to see?

VES and MRU must be parsed.

What did you see instead?

currency: tag is not a recognized currency

Additional info

Since 2018 VEF->VES and MRO->MRU but currency lib supports old currency names.
https://www.iso.org/iso-4217-currency-codes.html
https://en.wikipedia.org/wiki/List_of_circulating_currencies

@ALTree ALTree changed the title Need for refreshing of currency names in "golang.org/x/text/currency" (MRO->MRU, VEF->VES) x/text/currency: supported currency codes need an update (MRO->MRU, VEF->VES) Jan 14, 2020
@gopherbot gopherbot added this to the Unreleased milestone Jan 14, 2020
@ALTree ALTree added the NeedsFix The path to resolution is known, but the work has not been done. label Jan 14, 2020
@ianlancetaylor
Copy link
Contributor

CC @mpvl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants