mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-06-08 00:38:19 +02:00
Merge branch 'address-escape-doc' into 'master'
spec: add * to optionally-escaped bytes set See merge request dbus/dbus!248
This commit is contained in:
commit
758d37b1f8
1 changed files with 1 additions and 1 deletions
|
|
@ -3510,7 +3510,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
The set of optionally-escaped bytes is:
|
||||
<literal>[-0-9A-Za-z_/.\]</literal>. To escape, each
|
||||
<literal>[-0-9A-Za-z_/.\*]</literal>. To escape, each
|
||||
<emphasis>byte</emphasis> (note, not character) which is not in the
|
||||
set of optionally-escaped bytes must be replaced with an ASCII
|
||||
percent (<literal>%</literal>) and the value of the byte in hex.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue