Hi Olivier and list,
Olivier Mueller wrote:
Ok let's try it! Can you commit the file?
Done. I hope iconv did a good job on it :-)
it did but of course the browser still thinks it's "normal iso text": http://admin.omnis.ch/mysql-dev/ChangeLog (looks wrong here with mozilla, but fine with opera!)
Apache just has to send a correct Content-Type header. Could this be done with a proper .htaccess file?
If not, we could build a small php script for this purpose:
<?php
header('Content-Type: text/plain; charset=utf-8'); readfile('./ChangeLog');
?>
to make it looks correct, default content type at apache level should be changed to utf8... no sure if it's really the best way... ?
Should work, too.
I vote for a 7bit changelog :)
Is this why you avoid writing the umlaut in your last name? Be proud of it! :o)
Regards,