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 '�'
