filename with special characters is broken
Hi All,
In Photoshop scripting, the filename with special characters(<>,[], -) is broken and able to save the file using scripting, I tried with the encodeURI method, and it works but the original fileName with special characters has converted into encoded value.
for ex: original filename is "For PLUS+SP – 2.jpg" its broken like "For PLUS+SP †2" not able to save the file.
if converted into an encoding method, it can save names like
"For %20PLUS+SP%20%13%E2%80%A02.tif" if i decoded it will come like broken "For PLUS+SP †2".
i want to save the file with original filename using script without broken and also handle if any special characters in the filename. is it acheivable?
