Quantcast
Channel: Chutzpah - A JavaScript Test Runner
Viewing all articles
Browse latest Browse all 1864

Commented Unassigned: Support for unicode [111]

$
0
0
I have non latin characters in my tests names and Chutzpah displays them wrong. Output from phantomjs.exe is correct (in utf-8) and simple adding:

```
p.StartInfo.StandardOutputEncoding = new UTF8Encoding();
```

in RunExecutableAndProcessOutput solves problem for me.
Comments: When I make the change and create a test name with unicode characters I am not seeing them printed correctly. Can you share with me the test case you used and your expected output?

Viewing all articles
Browse latest Browse all 1864

Trending Articles