Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.0f1
2018.2.17f1
Issue ID
1104612
Regression
No
A File with German Umlaut changes Charset when Duplicated
To reproduce:
1. Open Unity and create a New Project
2. Right click on Project view and press Create > Folder
3. Name it "ABC"
4. In folder "ABC" create Script, Shader or something else and name it "Gebäude" - You must write this name with a German keyboard
5. Open Terminal and write - echo <path to file which name is "Gebäude"> | od -cx and press Enter
6. Observe that You get these results:
Assets/Graphics/SceneElements_A1/Building/V2 Gebäude_10.png.meta
0000000 V 2 G e b ä ** u d e _ 1 0 . p
3256 4720 6265 a4c3 6475 5f65 3031 702e
0000020 n g . m e t a \n
676e 6d2e 7465 0a61
0000030
7. Return back to Unity and Duplicate "ABC" folder
8. Open Terminal and write - echo <path to file "Gebäude" which You duplicated> | od -cx and press Enter
9. Observe that You get these results:
Assets/Graphics/SceneElements_A2/Building/V2 Gebäude_10.png
0000000 V 2 G e b a ̈ ** u d e _ 1 0 .
3256 4720 6265 cc61 7588 6564 315f 2e30
0000020 p n g \n
6e70 0a67
0000024
Expected results: The Duplicated and Original file name are the same
Actual results: The Duplicated file name is different - containing another ä encoding
Notes:
- If You take any file, rename the file to Gebäude and inspect it via Terminal You will observe that charset is still correct
Reproduced on Unity 2017.4.0f1, 2017.4.17f1, 2018.1.9f2, 2018.2.19f1, 2018.3.0f1 and 2019.1.0a11
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
Due to low severity we're not fixing this issue