-
-
Notifications
You must be signed in to change notification settings - Fork 10
Add remaining currency symbols, deprecate franc #59
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
base: main
Are you sure you want to change the base?
Changes from all commits
1989f32
dd11343
31d03be
b5c1a4a
6e84044
3641e5c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,6 +112,7 @@ backslash \ | |
.not ⧷ | ||
co ℅ | ||
colon : | ||
.currency ₡ | ||
.double ∷ | ||
.tri ⁝ | ||
.tri.op ⫶ | ||
|
@@ -574,17 +575,40 @@ smile ⌣ | |
frown ⌢ | ||
|
||
// Currency. | ||
afghani ؋ | ||
baht ฿ | ||
bitcoin ₿ | ||
cedi ₵ | ||
cent ¢ | ||
dollar $ | ||
dong ₫ | ||
dorome ߾ | ||
MDLC01 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
dram ֏ | ||
euro € | ||
@deprecated: `franc` is deprecated, unadopted symbol for currency no longer in use | ||
franc ₣ | ||
guarani ₲ | ||
hryvnia ₴ | ||
kip ₭ | ||
lari ₾ | ||
lira ₺ | ||
manat ₼ | ||
naira ₦ | ||
peso ₱ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The core spec has this to say:
So maybe peso should point to $ and peso.philippine to U+20B1 ₱ PESO SIGN. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's the only peso (as far as I know) with its own symbol. There's several other currencies using the dollar symbol that would then presumably also need to be added. I don't think this is a good idea. The goal isn't to add every currency, but every currency symbol. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There appears to be only one other currency (other than peso and dollar) that uses the dollar symbol: the Macanese pataca (https://en.wikipedia.org/wiki/Currency_symbol#List_of_currency_symbols_currently_in_use). There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Ok fair enough, if we're talking currencies with truly different names, then there are only three. The question is whether we really want to start adding multiple names for the same currency symbols? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think it's a terrible idea if we do start to add multiple names. Especially when this situation with dollar appears to be the only one (and the yen and yuan). |
||
pound £ | ||
riel ៛ | ||
ruble ₽ | ||
rupee ₹ | ||
rupee | ||
.indian ₹ | ||
.general ₨ | ||
mkorje marked this conversation as resolved.
Show resolved
Hide resolved
|
||
.tamil ௹ | ||
.wancho 𞋿 | ||
mkorje marked this conversation as resolved.
Show resolved
Hide resolved
|
||
shekel ₪ | ||
som ⃀ | ||
taka ৳ | ||
taman ߿ | ||
mkorje marked this conversation as resolved.
Show resolved
Hide resolved
|
||
tenge ₸ | ||
togrog ₮ | ||
won ₩ | ||
yen ¥ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Slightly unrelated to the rest of the PR, but yuan should probably be added as an alias for ¥.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Okay, in this specific case I'm slightly more convinced. However, yen and yuan have the same etymology. It's essentially a spelling difference. That being said, it would perhaps be less controversial to have both instead of endorsing one. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We already two different spellings for the Hebrew letters, so it's not unprecedented. |
||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.