cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
Choose Language Hide Translation Bar
lala
Level IX

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

Recommended Articles