diff options
author | yaworsky <yaworsky> | 2005-11-18 11:01:30 +0000 |
---|---|---|
committer | yaworsky <yaworsky> | 2005-11-18 11:01:30 +0000 |
commit | 8dd3a90b0b2900c028d6f6d523f18245227e6290 (patch) | |
tree | e5a85cd35e6e3b1b19bdcd72b2efafa53e002b60 | |
parent | a71d55cedfa6b226582195add906116a4d5648f7 (diff) | |
download | syslog-win32-8dd3a90b0b2900c028d6f6d523f18245227e6290.tar.gz syslog-win32-8dd3a90b0b2900c028d6f6d523f18245227e6290.tar.xz syslog-win32-8dd3a90b0b2900c028d6f6d523f18245227e6290.zip |
Added encoding conversion task.
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Charset conversion between various sources and destinations. +Currently only global conversion is possible. +Add "encoding" attribute to "source" and "destination" elements. +Convert message when it has been assigned to destination. +If source encoding is not specified, assume UTF-8. +Similarly, assume UTF-8 for destination encoding if not specified. +But do not attempt to convert if both encodings are not specified. + GUI configuration utility GUI log viewer |