And see the very first line of your file, you can see Sigil added the proper xml header that tells how that xhtml is encoded.
Sigil forces the conversion to utf-8 on first load, adds the proper xml header to indicate that and removes any existing meta tag that indicates any encoding info that might conflict. This is all per the epub spec. Remember this is an epub not an html file served by a webserver.
|