I use FC4 as a server. People can enter text in forms, that are being served by zope as UTF-8. It works, but special characters, like the german Umlaute (a,o,u with points on them) don't work. The special characters are broken when imported in mySQL from the form (my.conf is set to UTF-8). They are also broken when sent as email by a python script. The "env" reports LANG=en_US.UTF-8. But I live in europe. Is this setting the problem? Where can this be changed?