Non latin letters replaced when pulling from windows to mac

Hi, when pushing the repo from windows and then pulling from mac we have this weird issue where nordic letters are replaced with the unicode for “unknown character”, this is not the case with any other combination of operating systems etc.

We have tried to set all Plastic configurations to unicode which did not solve the issue. We do not know what to try next.

The issue does not affect text hard coded into the scene, but does affect dynamically generated content. In other words, it replaces all non-latin letters in our scripts. Very annoying.

Error message and result below:

[error] [2023-05-08T15:01:34Z - Unity] Assets/Education/Practise/Bidding/Scripts/BiddingPractiseItem.cs(13,41): error CS1056: Unexpected character '???'
[error] [2023-05-08T15:01:34Z - Unity] Assets/Education/Practise/Bidding/Scripts/BiddingPractiseItem.cs(13,42): error CS1003: Syntax error, ',' expected
[error] [2023-05-08T15:01:34Z - Unity] Assets/Education/Practise/Bidding/Scripts/BiddingPractiseItem.cs(13,29): error CS1056: Unexpected character '�'
[error] [2023-05-08T15:01:34Z - Unity] Assets/Education/Practise/Bidding/Scripts/BiddingPractiseItem.cs(13,30): error CS1003: Syntax error, ',' expected
[error] [2023-05-08T15:01:34Z - Unity] Assets/Education/Practise/Bidding/Scripts/BiddingPractiseItem.cs(13,41): error CS1056: Unexpected character '�'

8999551--1239823--upload_2023-5-8_17-17-35.png

Hi,

Could you open a ticket at devops-vcs-support@unity3d.com?

is it happening when using the Version Control package in macOS? Or are you using the Plastic GUI standalone client?

Regards,
Carlos.

We are using Plastic but we are using the GUI inside of unity, I will open a ticket

Thanks, let’s we will debug the issue.