I have recently checked my robot framework scripts into TFS (new project). I am using the Eclipse IDE (Oxygen 4.7.1a), RED - Robot Editor Repository & Team Explorer Everywhere plugins. However, when team members get the latest version of the code out of TFS and attempt to run, they get the following error:
[ ERROR ] Error in file 'C:\Development\robot-scripts\Source\Development\dev
– Consumer Deposit & Loan\Resources\Common\CommonLib.robot':
UnicodeDecodeError: 'utf8' codec can't decode byte 0x96 in position 81:
invalid start byte
TFS or TEE plugins are changing the encoding of the files and the robot scripts will not execute. My original code base works perfectly. Any suggestions appreciated!