Forum Discussion
velu3
Jun 08, 2023Copper Contributor
SharePoint 2010 Designer Workflow definition file download issue for multilingual.
We are facing issues in downloading SharePoint 2010 Designer Workflow XOML files with non English (Multilingual) letters in Workflow name using powershell script. Request to help on this issue.
1 Reply
- SvenSieverdingBronze Contributor
Hi velu3 ,
Did you save your script using the encoding utf-8 (with BOM)? Otherwise Powershell might use the wrong encoding to load the script
You can change that in Visual Studio Code- by opening the file,
- pressing CTRL-SHIFT-P,
- selecting "Change File Encoding"
- "Save with Encoding"
- "UTF-8 with BOM" (with BOM is important)
Best Regards,
Sven