cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
lala
Level VII

How to convert simplified Chinese to Urlencode using JSL?

Hello!

for example

2022-06-19_11-19-47.png

陈峰

to

%E9%99%88%E5%B3%B0

 

Thanks!

 

1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: How to convert simplified Chinese to Urlencode using JSL?

Scripting index most likely is able to help.

jthi_0-1655621688956.png

 

Encode URI("陈峰"); //"%E9%99%88%E5%B3%B0"
-Jarmo

View solution in original post

1 REPLY 1
jthi
Super User

Re: How to convert simplified Chinese to Urlencode using JSL?

Scripting index most likely is able to help.

jthi_0-1655621688956.png

 

Encode URI("陈峰"); //"%E9%99%88%E5%B3%B0"
-Jarmo