Reputation: 307
I used perforce plugin in visual studio 2012. But after update the plugin with latest version, I got a message - "XXXXX(corrupted characters) or unsupported charset: utf8" when trying to connect to server.
Is there anything to try out?
Upvotes: 1
Views: 293
Reputation: 56
I had just that issue today. My computer has had other users before me and it turned out that some Perforce environment variables were crappy. To check what variables you have on your system, just run set from the command line and look for variables starting with P4. I deleted all except the P4PORT, which I knew was ok.
How:
Note that if you want to recheck that the variables are gone, you need to close and open a new Command Prompt window too, because any open window/process remembers the state of the variables from when they first opened.
Upvotes: 2