Using this tip…
…this is another possibility:
encodeURIComponent("Just a test")
on encodeURIComponent(uri as text)
run script "encodeURIComponent(" & (the quoted form of uri) & ");" in "JavaScript"
end encodeURIComponent
Using this tip…
…this is another possibility:
encodeURIComponent("Just a test")
on encodeURIComponent(uri as text)
run script "encodeURIComponent(" & (the quoted form of uri) & ");" in "JavaScript"
end encodeURIComponent