I've been searching for an answer to this for awhile. I have french characters I'm trying to get displayed correctly in my apache index. At the moment the index is displaying question marks and commas. I tried to change it using this command
Adddefaultcharset
ISO-8859-1,
but that didn't do anything to solve the issue.
I ran across this code below inside an apache documentation page that is an experimental command for modcharsetlite. I don't even know if modcharsetlite has anything to do with the problem I'm having.
<Directory /export/home/trawick/apacheinst/htdocs/convert>
CharsetSourceEnc UTF-16BE
CharsetDefault ISO-8859-1
</Directory>
Does anyone knows how to change the default language or charset to french?
Thank you,
~Bob