From 6a741a77d621321cc99bd0173ebfd5e8a1b853cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcos=20C=C3=A1ceres?=
[[ISO4217]] list (e.g., XBT, XRP, etc.). If the provided code is
a currency that the browser knows how to display, then an
implementation will generally display the appropriate currency
- symbol in the user interface (e.g., "USD" is shown as "$", "GBP"
- is "£", and the non-standard "XBT" could be shown as "Ƀ"). When a
- code cannot be matched, the specification recommends browsers
- show a scarab "¤".
+ symbol in the user interface (e.g., "USD" is shown as U+0024
+ Dollar Sign ($), "GBP" is U+00A3 Pound Sign (£), and the
+ non-standard "XBT" could be shown as U+0243 Latin Capital Letter
+ B with Stroke (Ƀ)). When a code cannot be matched, the
+ specification recommends browsers show a U+0024 Currency Sign
+ (¤).
Efforts are underway at ISO to account for digital currencies,
From 525418af8a56ecaf15435c5659c4fbfd90bfcabd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcos=20C=C3=A1ceres?=
Dollar Sign ($), "GBP" is U+00A3 Pound Sign (£), and the
non-standard "XBT" could be shown as U+0243 Latin Capital Letter
B with Stroke (Ƀ)). When a code cannot be matched, the
- specification recommends browsers show a U+0024 Currency Sign
+ specification recommends browsers show a U+00A4 Currency Sign
(¤).
From 52b6e69431fc3ce9113741e42a6f271ca4a27e98 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcos=20C=C3=A1ceres?=
alphabetic code (i.e., the numeric codes are not supported). Their
canonical form is upper case. However, the set of combinations of
currency code for which localized currency symbols are available is
- implementation dependent. Where a localized currency symbol is not
- available, a user agent SHOULD use U+00A4 (¤) for formatting. User
- agents MAY format the display of the
+ implementation dependent.
+
+ Currency symbols can be ambiguous due to use across a number of + different currencies (e.g., "$" could mean any of USD, AUD, NZD, + CAD, and so on.). When displaying a monetary value, it is + RECOMMENDED that user agents display the currency code. +
++ Further, when displaying a monetary value, it is OPTIONAL for user + agents to display currency symbols. User agent that display + currency symbols MAY use U+00A4 (¤) when a currency symbol is not + available. User agents MAY format the display of the {{PaymentCurrencyAmount/currency}} member to adhere to OS conventions (e.g., for localization purposes).
From 3215a305ef95c81700133eae757c26501d98f8cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?=
Further, when displaying a monetary value, it is OPTIONAL for user
- agents to display currency symbols. User agent that display
+ agents to display currency symbols (see note below for rationale,
+ currency symbols can be ambiguous). User agent that display
currency symbols MAY use U+00A4 (¤) when a currency symbol is not
available. User agents MAY format the display of the
{{PaymentCurrencyAmount/currency}} member to adhere to OS
From 15dd68f83771df474806f8029359cabeb014985a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcos=20C=C3=A1ceres?=
Further, when displaying a monetary value, it is OPTIONAL for user
- agents to display currency symbols (see note below for rationale,
- currency symbols can be ambiguous). User agent that display
+ agents to display currency symbols. User agent that display
currency symbols MAY use U+00A4 (¤) when a currency symbol is not
available. User agents MAY format the display of the
{{PaymentCurrencyAmount/currency}} member to adhere to OS
From c53a9afdde1282d75b9874189508e59e28a82192 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcos=20C=C3=A1ceres?=
implementation dependent.
- Currency symbols can be ambiguous due to use across a number of - different currencies (e.g., "$" could mean any of USD, AUD, NZD, - CAD, and so on.). When displaying a monetary value, it is - RECOMMENDED that user agents display the currency code. + When displaying a monetary value, it is RECOMMENDED that user + agents display the currency code, but it's OPTIONAL for user agents + to display a currency symbol. Note that currency symbols can be + ambiguous due to use across a number of different currencies (e.g., + "$" could mean any of USD, AUD, NZD, CAD, and so on.). User agent + that display currency symbols MAY use U+00A4 (¤) when a currency + symbol is not available.
- Further, when displaying a monetary value, it is OPTIONAL for user - agents to display currency symbols. User agent that display - currency symbols MAY use U+00A4 (¤) when a currency symbol is not - available. User agents MAY format the display of the + User agents MAY format the display of the {{PaymentCurrencyAmount/currency}} member to adhere to OS - conventions (e.g., for localization purposes). + conventions (e.g., for localization purposes)
When displaying a monetary value, it is RECOMMENDED that user
agents display the currency code, but it's OPTIONAL for user agents
- to display a currency symbol. Note that currency symbols can be
+ to display a currency symbol. This is because currency symbols can be
ambiguous due to use across a number of different currencies (e.g.,
"$" could mean any of USD, AUD, NZD, CAD, and so on.). User agent
that display currency symbols MAY use U+00A4 (¤) when a currency
From 49f4e1a749de715b89f647a5bc46514f374d2fe9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcos=20C=C3=A1ceres?=
User agents MAY format the display of the
{{PaymentCurrencyAmount/currency}} member to adhere to OS
- conventions (e.g., for localization purposes)
+ conventions (e.g., for localization purposes).
Dollar Sign ($), "GBP" is U+00A3 Pound Sign (£), and the
non-standard "XBT" could be shown as U+0243 Latin Capital Letter
B with Stroke (Ƀ)). When a code cannot be matched, the
- specification recommends browsers show a U+00A4 Currency Sign
+ specification recommends showing a U+00A4 Currency Sign
(¤).