diff options
author | yaworsky <yaworsky> | 2005-11-28 14:03:41 +0000 |
---|---|---|
committer | yaworsky <yaworsky> | 2005-11-28 14:03:41 +0000 |
commit | e7be81dd66bc4d19ff8552b81aa38821eeb9f457 (patch) | |
tree | c81299a77ed61631e118cd2a81de4db52bf9af9a /TODO | |
parent | 78e2802ba0f61a50777d8e8ffedded42b7409af5 (diff) | |
download | syslog-win32-e7be81dd66bc4d19ff8552b81aa38821eeb9f457.tar.gz syslog-win32-e7be81dd66bc4d19ff8552b81aa38821eeb9f457.tar.xz syslog-win32-e7be81dd66bc4d19ff8552b81aa38821eeb9f457.zip |
Implemented charset conversion in each log path.
Fixed bugs in configuration reader.
Diffstat (limited to '')
-rw-r--r-- | TODO | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -1,11 +1,3 @@ -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 |