Anthony, > In the Log4Net manual, more specifically the FileAppender > example, an encoding value is used to specify Unicode. > > I assume utf-8 and unicodeFFFE are allowed based on the > example. Are there any other allowed values for the encoding tag?
Valid values for the Encoding property are any values that can be passed to the System.Text.Encoding.GetEncoding(string) method. The valid values are platform dependant. More information is available here: http://msdn.microsoft.com/library/en-us/cpref/html/frlrfsystemtextencodingcl assgetencodingtopic2.asp Nicko
