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?
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
Post a Comment