What charset should notionally apply to anything logged to Apache error log?
In converting mod_wsgi to Python 3.0, have to deal with applications which at higher level are going to be outputting unicode strings for logging. Thus need to specify a charset when converting unicode strings to byte strings for output to Apache error log. Is it reasonable to assume that UTF-8 can be used? Graham
