Hrvoje Niksic wrote:

Maybe those browsers don't understand UTF-8 (or other) encoding of
Unicode when the file is opened on-disk?

Or they may not have been told the .aspx's stream's encoding? (Windows CP xxxx?) Just speculating: The apostrophy might have been typed as an accent (acute) really, so it is not a 7bit ASCII character. This could explain the funny characters, to some extent.

Could you type "Example's" and "Example´s" in you editors and save
using various encodings, then look at the bytes. What do you get?
(If you have the Unix "cat" utility, what does

...> cat -v yourfilehere

print? Or use "type" in a command window.


Georg



Reply via email to