On Mon, 2006-12-18 at 18:08 +0100, Michał Ziemski wrote: > Hi! > > What should I do to make mod-mono-server2 treat source files in App_Code > as UTF-8 files? Use <system.web><globalization fileEncoding="utf-8 />... or save your files as UTF8 with marker. -Gonzalo