Hi there,
I have a Scenario where I want to search a certain sub-folder name inside a parent folder. The sub-folder im searching is in Chinese, any idea how to encode it so it would return results?
The module works fine in English, but if I search in Chinese it doesn’t return results? There should be some way to encode it but im not sure from what (UTF8?) to what?

Try encodeURL
. This converts the UTF-8 extended character set to ASCII.


3 Likes
No problem, glad I could help! 
2 Likes
Opps, was happy too fast
and forgot that some of the modules had hard-coded values so it completed the process, but in fact couldn’t search/find folders in Chinese, I might open another thread of the question of how to search Chinese in OneDrive.

IF I run the same with English (and without encoding) it finds the right folders…