Steps to reproduce a bug.
- For example we can open a browser Microsoft Edge when we have for example this address https://docs.microsoft.com/en-us/windows/wsl/install-win10
- We copy this address ( Ctrl + C or we can use mouse)
- Next step is to create new Folder on our disk and paste this address of this site as a name of this folder. There will be an information about that this address can’t contain special characters and address will we changed. Picture 1.
- And this is a moment when our variable which one we pasted for this name of this folder is changed.
- We can check this if we try to paste once again this address for example in simple text file:
We see there that this address doesn’t contain special characters.
Picture 2.
Why? This variable of the site name should be the same with all characters.
ps. this was reported to Microsoft.