I'm opening the file with UTF8 which I thought should handle the characters.
If you open the log file with a text editor does it look right?
Can you try adding this seeting in your log4net.config file under the RollingLogFileAppender
<ecoding value="utf-8" />
Joe