-
Notifications
You must be signed in to change notification settings - Fork 12.2k
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
Update Bitcoin currency to use proper symbol, add mBTC and μBTC #24182
Conversation
This pull request has been automatically marked as stale because it has not had activity in the last 2 weeks. It will be closed in 30 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
Please don't mark as stale :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love the idea to add these to the code base but looks like you have mixed the units together. Please update the units to reflect this list: https://en.bitcoinwiki.org/wiki/Units
Co-authored-by: Marcus Andersson <systemvetaren@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! LGTM. Thanks for adding this @overcookedpanda 🙏
@overcookedpanda can you latest master into this branch so it can be merged? |
Think we will have to wait a while for this one as it looks wrong for me as well (Chrome 81, Ubuntu 18) |
what do you think about revering the bitcoin sign but merge the milli and micro BTC? @torkelo |
that will work |
@overcookedpanda what do you think? |
Sure, I think its reasonable until the BTC symbol can be viewed on all platforms. I can update this PR with only those changes? |
That would be perfect! :) |
Should be good to go now! |
…TC) (#24182) * Update Bitcoin Currency to use proper symbol, add mBTC and μBTC * Apply suggestions from code review Co-authored-by: Marcus Andersson <systemvetaren@gmail.com> * Revert Bitcoin to use '฿' Co-authored-by: Marcus Andersson <systemvetaren@gmail.com>
Was doing some unicode stuff when I stumbled across the Anyway, just mentioning in case you wanted to revive the issue. |
Interesting, maybe something worth opening a new PR on? Not sure how much this is used and how big of an issue it is. |
I confirmed that this symbol works with Brave on Linux which did not work last time, however, it seems iOS has some issue with this one, lol. In the Mail app's preview I see the following, which looks good: However, once I open the PR and view I see that it does not render correctly: I would think it would be best to keep using the Thai Baht symbol for the time being, and just check for support later and re-visit the issue. |
This is an update to the changes I submitted in #13125
Based on #13125 (comment) and #8564 :)