From 87070a615a2df365da1acc443e4c6ec958980f9f Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Mon, 31 Jan 2022 20:31:11 -0800 Subject: [PATCH] spec: add * to optionally-escaped bytes set Commit ee71e1ff6033a 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 --- doc/dbus-specification.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index ba6b56eb..fecb4380 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -3510,7 +3510,7 @@ The set of optionally-escaped bytes is: - [-0-9A-Za-z_/.\]. To escape, each + [-0-9A-Za-z_/.\*]. To escape, each byte (note, not character) which is not in the set of optionally-escaped bytes must be replaced with an ASCII percent (%) and the value of the byte in hex.