Hi.
I have an case where users have uploaded tons of files and folders with mac OS to a linux server. So characters are in NFD (Normalization Form D) encoding. BUT since our language has umlauts and the server does not like them in NFD. I need to get them to NFC (Normalization Form C) encoding. I have the option of downloading the files and then reuploading them in a windows/linux machine, but there are TOO many files and folders for this approach to fit in any reasonable time limits.
So I am wondering does BRU have some solution for this case?