VirtualBox

Changeset 73909 in vbox for trunk/include


Ignore:
Timestamp:
Aug 27, 2018 11:22:26 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
124629
Message:

iprt/string.h: Added percent encoded formatters: %RMpf, %RMpp, %RMpq. bugref:9167

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/string.h

    r73801 r73909  
    15271527 *                            it as an element with the necessary escaping.
    15281528 *
     1529 *      - \%RMpf            - Takes a string pointer (const char *) and outputs
     1530 *                            it percent-encoded (RFC-3986), form style.  This
     1531 *                            means '+' is used to escape space (' ') and '%2B'
     1532 *                            is used to escape '+'.
     1533 *
     1534 *      - \%RMpp            - Takes a string pointer (const char *) and outputs
     1535 *                            it percent-encoded (RFC-3986), path style.  This
     1536 *                            means '/' will not be escaped.
     1537 *
     1538 *      - \%RMpq            - Takes a string pointer (const char *) and outputs
     1539 *                            it percent-encoded (RFC-3986), query style.  This
     1540 *                            means '+' will not be escaped.
     1541 *
    15291542 *
    15301543 * Group 6, JSON escapers:
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette