Character encoding UTF-8 not working

This is the code im using on windows 10 i tried inserting the meta on top of everything with meteorhacks:inject-initial but didn’t work. I got the same problem using template instead of ui-view. here is an example grafica123.meteor.com
I Tried it on a mac and works fine here is an example http://graficaeje.meteor.com/ the problem is on windows
And only when i create the proyect on windows i can still create it on mac and use it on windows and works fine anyone knows why this happends?

<head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta name="viewport"  content="width=device-width, initial-scale=1">
      <base href="/">
    </head>
    <body>
      <div>Iníció</div> <-- This works
      <div ui-view></div> <-- Nothing inside here does
    </body>

Well the problem was with the IDE the index.html was on Utf8 and the html being render on ui-view was on some other encoding