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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
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.