Hi,
I have a problem with character encoding in some HTML pages. It seems that the cause of the problem is that some of the .html files are not saved as UTF-8 encoded files. Even though I have instructed Eclipse to save these files as UTF-8, when I open them in a browser, it indicates that the files are ISO-8859-1.
How can I change the encoding of these files to UTF-8?
UPDATE: I already have the following included in the section of each webpage
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
I am using the Apache web server.
Thanks, Donal