summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-03-22 16:55:11 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-03-22 16:55:11 +0100
commite69efbb6d7907339ef81a2062f858eb082233f61 (patch)
tree8d68a703940693f17d9f336f087176adb1eadbc2 /doc
parent27ab3768e2eaefaed7054144939f0730b3fac84f (diff)
downloadrsyslog-e69efbb6d7907339ef81a2062f858eb082233f61.tar.gz
rsyslog-e69efbb6d7907339ef81a2062f858eb082233f61.tar.xz
rsyslog-e69efbb6d7907339ef81a2062f858eb082233f61.zip
enhance: added $BOM system property to ease writing byte order masks
Diffstat (limited to 'doc')
-rw-r--r--doc/property_replacer.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/property_replacer.html b/doc/property_replacer.html
index 4d242a34..cd357f67 100644
--- a/doc/property_replacer.html
+++ b/doc/property_replacer.html
@@ -156,6 +156,12 @@ than messages generated somewhere.
</td>
</tr>
<tr>
+<td><b>$bom</b></td>
+<td>The UTF-8 encoded Unicode byte-order mask (BOM). This may be useful
+in templates for RFC5424 support, when the character set is know to be
+Unicode.</td>
+</tr>
+<tr>
<td><b>$now</b></td>
<td>The current date stamp in the format YYYY-MM-DD</td>
</tr>