question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] "currency":"¥"

See original GitHub issue

Hi,

I was wondering if it’s possible that you change the ‘¥’ to ‘YEN’ to make it consistent with how others currency are named.

{'text': '£4.99', 'amount': 4.99, 'currency': 'GBP', 'currency_symbol': '£'}
{'text': '$5.00', 'amount': 5.0, 'currency': 'USD', 'currency_symbol': '$'}
{'text': '¥1,000', 'amount': 1000.0, 'currency': '¥', 'currency_symbol': '¥'}

$ it’s USD, £ GBP, but for ¥ it seems to remain ¥

Thank you

EDIT:

Oh! I was looking into the files and I found this ‘¥’: ‘JPY’, it represents the same symbol but it’s still a different character

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
xenovacommented, Feb 17, 2021

{'money': {'amount': 1000.0, 'currency': 'JPY', 'currency_symbol': '¥', 'text': '¥1,000'}}

Okay: b639ba8 fixes it 😃

0reactions
xenovacommented, Feb 17, 2021

I also added support for the full-width variant of the South Korean won (₩).

Read more comments on GitHub >

github_iconTop Results From Across the Web

The Bug Bill - Currency Notes - IMF F&D Magazine
The $10 banknote features a beli, or Lever's goby, a freshwater fish found in fast-running streams in the highlands of Fiji. The $20...
Read more >
What Is a Buck? Definition as Money, Meaning, History, and ...
On foreign exchange trading desks, a buck refers to a trade worth $1 million. Real-World Example of the Buck. Money market funds tend...
Read more >
Gold bug - Wikipedia
"Gold bug" (sometimes spelled "goldbug") is a term frequently employed in the financial ... of "fiat currency" and supports a return to the...
Read more >
[Bug]Currency switcher below price - WordPress.org
Good day I seem to have a problem with the currency switcher. Its right below the product price and it won't let my...
Read more >
Currency Exchange Rate bug - Sippy Software, Inc.
Hello All, We have observed a new issue when using Yahoo Finance as a source for Currency Exchange. This service worked reliably for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found