Changeset 73909 in vbox for trunk/include
- Timestamp:
- Aug 27, 2018 11:22:26 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124629
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/string.h
r73801 r73909 1527 1527 * it as an element with the necessary escaping. 1528 1528 * 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 * 1529 1542 * 1530 1543 * Group 6, JSON escapers:
Note:
See TracChangeset
for help on using the changeset viewer.