Red dots in typescript source file in Google Chrome Dev Tools -


i want debug typescript file in google chrome, reason see weird red dots. see image.

has encountered that? i've tried change encoding of file utf-8 did not help.

how fix it?

enter image description here

it happens in chrome (both standard , canary versions). ie , firefox behaves ok

the file appears have been encoded using utf-16 being interpreted utf-8. each of red dots represents null byte supposed part of two-byte character in utf-16 own character in utf-8.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -