Download blob to a path using azure blob java sdk with UTF-8 encoded file name
I have blobs in a folder location and sometimes the blob name has some Chinese characters in it. For example, I have blob name as 项目.xlsx. Currently I am using downloadToFile method where am trying to download blob directly to my location. Here I couldn’t specify UTF-8 encoding by any params or anything.