diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-03-22 16:55:11 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-03-22 16:55:11 +0100 |
commit | e69efbb6d7907339ef81a2062f858eb082233f61 (patch) | |
tree | 8d68a703940693f17d9f336f087176adb1eadbc2 /doc | |
parent | 27ab3768e2eaefaed7054144939f0730b3fac84f (diff) | |
download | rsyslog-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.html | 6 |
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> |