mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 12:38:01 +02:00
spec: add * to optionally-escaped bytes set
Commit ee71e1ff60 added * to the list of optionally escaped bytes
set, but did not update the documentation. I guess this happened because
the change is not backward compatible.
It seems that the period of 14+ years should be enough to not cause any
backward compatibility issues, so let's document this.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
37b76d1373
commit
87070a615a
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