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:
Simon McVittie 2022-02-16 12:22:21 +00:00
commit 758d37b1f8

View file

@ -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.