People believe all sorts of things that are incorrect.
Carefully inspect -in a good text editor- the files that you have asked your web server to serve. I suspect that you will discover that what is being delivered to the browser is exactly what is in the files on disk. :)
Or, view source on your personal page. (Notice that the page is served up as UTF-8, so that what is served up will be what was on disk.) Here is a snippet of what's served up, verbatim:
<p>Español Mexicano, Español Castellano: "MEE-gə-LEET-oh".</p>
<p>Por Favor? Español Americano Centrale? Español Americano del Sur? "mə-LEET-oh".
"G" Silencio!</p>
<p>Я name is Міша. Я казах!</p>
Carefully inspect -in a good text editor- the files that you have asked your web server to serve. I suspect that you will discover that what is being delivered to the browser is exactly what is in the files on disk. :)
Or, view source on your personal page. (Notice that the page is served up as UTF-8, so that what is served up will be what was on disk.) Here is a snippet of what's served up, verbatim: