Problem with unicode characters in solution file name
It seems that unicode characters in solution file name does not work correctly with the sln2008 build runner.
The file name is correct in the config file on the TC server, but the encoding is corrupted during the build process.
I have attached the build log file. The solution file name used was: unicodeteståäö.sln
Is this a known problem?
Attachment(s):
tclog.txt
Please sign in to leave a comment.
This problem was already discussed in .
What version of TeamCity was it?
Sorry, I forgot to mention that it was version 4.0.2.
It is a good idea to rename .sln file into some english chars.
I've checked it with TeamCity 4.5 trunk and it worked.
Meanwhile, I've added a minor to 4.5 trunk.
That fix is necessary if default non unicode codepage does not allow typeing solution file name.
This fix will be available in the second TeamCity 4.5 EAP build.
Could you please try either rename .sln file or upgrade to TeamCity 4.5 EAP.
Thank you for your answer. I will try to upgrade to 4.5 EAP.