mirror of
https://github.com/bitcoin/bips.git
synced 2025-02-23 15:20:50 +01:00
BIP 21: Mention RFC 3986 and character set
This commit is contained in:
parent
9f3dc5d7a5
commit
0ee7ff7bed
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@ They SHOULD require the user to manually approve each payment individually, thou
|
|||
=== Operating system integration ===
|
||||
Graphical bitcoin clients SHOULD register themselves as the handler for the "bitcoin:" URI scheme by default, if no other handler is already registered. If there is already a registered handler, they MAY prompt the user to change it once when they first run the client.
|
||||
|
||||
=== General Format ===
|
||||
|
||||
Bitcoin URIs follow the general format for URIs as set forth in RFC 3986. The path component consists of a bitcoin address, and the query component provides additional payment options.
|
||||
|
||||
Elements of the query component may contain characters outside the valid range. These must first be encoded according to UTF-8, and then each octet of the corresponding UTF-8 sequence must be percent-encoded as described in RFC 3986.
|
||||
|
||||
=== ABNF grammar ===
|
||||
|
||||
(See also [[#Simpler syntax|a simpler representation of syntax]])
|
||||
|
|
Loading…
Add table
Reference in a new issue