summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2017-03-06 02:19:03 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2017-03-06 02:19:03 +0000
commit00323d1a8f3b873c340b2f74300822ff8a31dbdf (patch)
tree812fdb14541aec84c055c3dfb8900d9e6d2854c1
parentee90b8c525311a354257ef03cd8f5bfa7ed4e751 (diff)
downloadbips-00323d1a8f3b873c340b2f74300822ff8a31dbdf.tar.xz
bip-xchgrate: Use Unicode CLDR for locales
-rw-r--r--bip-xchgrate.mediawiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-xchgrate.mediawiki b/bip-xchgrate.mediawiki
index 6d79b4c..9171f24 100644
--- a/bip-xchgrate.mediawiki
+++ b/bip-xchgrate.mediawiki
@@ -47,7 +47,7 @@ Parameters:
* ''mode'' - Always "list" for this request.
* ''quote'' - If provided, the server MAY limit the results to only currency-pairs describing a currency with the given currency code(s).
* ''base'' - If provided, the server MAY limit the results to only currency-pairs describing currency rates compared to the given currency code(s).
-* ''locale'' - If provided, the server MAY limit the results to only currency-pairs supporting the given locale(s).
+* ''locale'' - If provided, the server MAY limit the results to only currency-pairs supporting the given Unicode CLDR locale(s).
Each currency-pair will receive a separate result, a JSON Object, with the following information:
@@ -75,7 +75,7 @@ Each currency-pair will receive a separate result, a JSON Object, with the follo
* ''grouping'' - An Array alternating between Numbers representing a series of digits, and Strings used as delimiters. If terminated by a zero, the final grouping is to be repeated continually. For example, the common US locale thousands grouping would be <code>[3, ",", 0]</code>
* ''fraction_sep'' - A String to be placed between whole numbers and a fractional amount.
* ''fraction_digits'' - Array of absolute minimum (even for whole numbers) number of fractional digits, minimum fractional digits when a fraction exists, and maximum number of fractional digits when absolute precision is not demanded (below which is to be rounded in an implementation-dependent manner).
-* ''locale'' - If provided, a String with the applicable ISO 15897 locale.
+* ''locale'' - If provided, a String with the applicable Unicode CLDR locale.
* ''minpoll'' - A Number of seconds indicating a minimum time between polls to the server. Clients should be prudent about not polling too often, even if this number is low.
* ''longpoll'' - If provided and true, indicates longpolling is supported by the server.
* ''history'' - If provided, indicates the server has historical records going back no earlier than the POSIX timestamp provided as a value.