cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
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