
Untitled
By: a guest on
Aug 22nd, 2012 | syntax:
None | size: 0.83 KB | hits: 12 | expires: Never
This issue only seems to be showing up in an older version of Firefox that I had to install. My editor, Sublime, shouldn't be the problem since it only saves with a leading BOM (the 'Greek' characters) if it inherits it from the previously saved encoding type. Several Windows programs (including Notepad) have been known to add leading BOMs.. but it's impossible to determine how exactly it was added. Nonetheless I'll set my editor to remove any inherited BOMs in the future.
Also, when looking for the issue I noticed this inside the Apache web server's configuration:
AddDefaultCharset UTF-8
AddDefaultCharset Windows-1252
I may be wrong, but to my knowledge only one of these should be set and I think UTF-8 should be the sole default. Do you know why there are two defaults being set? If not, could you forward this to the person that does?