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 vkGetInstanceProcAddr when setting graphics API to "Vulkan" on Fantasy Kingdom learning project
- Overlay Camera "clear depth" not working on Vulkan+Pixel8
- Shadows from Shadow Caster 2D using 2D Colliders show incorrectly when tiles are removed at runtime
- Stencil buffer is incorrectly cleared across Vulkan render passes during depth-only clear operations when using CommandBuffer API
- A non-existent webpage is opened when "Learn about Unity Build Automation" hyperlink is clicked
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.