I see the UTF-8 charset, so without seeing the CSS source I'm not certain why it's being ignored there.
Are you using an editor that saves stuff however the hell it feels like? I know a couple people at work had problems with Visual Studio saving source files in one of the windows charsets.
Yeah, that's like a trifecta of asking for charset issues. txt files are notorious for masking charset conflicts because they don't contain enough data to tell you what it was saved in, TextEdit is really bad about converting them behind your back, and Macs in general are generally just bad about putting out anything you expect anything else to be able to interpret.
Google around to see how you might be able to tell what charset your software is saving in, or how the original text file opened it. I suspect the original problem was in opening the first txt file with the wrong charset.
Comments