tntim96 / JSCover

JSCover is a JavaScript Code Coverage Tool that measures line, branch and function coverage
GNU General Public License v2.0
399 stars 84 forks source link

Russian words in text #213

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hi. In my JavaScript file i have string with russian letters. Like this: queryMethodName: 'Список', Then i instrument this code, i have this string: queryMethodName: '\u0421\u043f\u0438\u0441\u043e\u043a', Platform encoding: windows-1251 How i can get this origin string represention in instrumented file?

tntim96 commented 9 years ago

So is this solved? Maybe you can post the solution for others.