Encoding problem
Good day
Recently set up TeamCity to run the tests. The database is built in.
Finally it worked, but the log file generated by TeamCity does not show Russian characters.
[UnitTestProject1.UnitTest1.TestMethod3] ?????? ???? ? ???
At the same time he log file in UTF-8.
please help
Please sign in to leave a comment.
Hi Sergij,
do this characters display like that in the Web UI or in the log files in the logs folder?
Both of them. In this case, the log itself is encoded in UTF-8. And there are cyrillic inscriptions for example
Step 3/3: 'Запуск тестов (NUnit)'
At the same time, the software outpost is invariably not correct
I tried to deploy on another machine there is the same.
Set up another build agent on another computer and encoding fine.
The difference was that my language is the default input was the English.(The computer itself is in Russian) As soon as I changed it worked.
It's actually not very convenient as I as a programmer often write in English.
Hi Sergij,
it seems you might have hit this issue: https://youtrack.jetbrains.com/issue/TW-4177#comment=27-1038539
Could you try whether the comments there, in particular the highlighted one, can help you?