Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.3.0a1
2018.1.0a1
2018.2.0a1
2018.2.2f1
2018.3.0a1
2019.1.0a1
Issue ID
1075157
Regression
No
Serialization of special characters is different between MacOS and Windows
Reproduction steps:
1. Open "MinimalRepro.zip" project on MacOS and Windows
2. Go to the "Assets" folder and open "äöü.mat" and "äöüäöü.prefab" in a text editor
3. Compare the "m_Name" between the appropriate files of both the OS
Expected Result: The name is serialized the same
Actual Result: The name is serialized differently
Reproduced with: 2019.1.0a9, 2018.3.0b11, 2018.2.17f1, 2018.1.9f2, 2017.4.16f1
Note:
This affects Version Control Systems
Windows Serialization: "\xE4\xF6\xFC"
Mac Serialization: "a\u0308o\u0308u\u0308"
Comments (1)
-
kadirozyy
Aug 27, 2023 20:46
I have the same issue on 2021.3.29
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Resolution Note:
This particular case has been investigated thoroughly and we have decided, in the interests of protecting the stability and features of Unity for users that rely upon the affected versions, to not address this fix for the time being. We understand that this will cause problems for some users, and so may address in a future version.