Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

UTF-8 characters in One-click scripts encoding issue.

1595453702
Magnar S.
Pro
API Scripter
My script uses a UTF-8 character, this one: → This works fine when using the "Import script" option, but not when served directly by the "Add script" option. In that case it is mangled:
1595480579
The Aaron
Roll20 Production Team
API Scripter
You probably want to stick with HTML Entities to avoid that sort of thing:  →
1595502633
Magnar S.
Pro
API Scripter
That's a nice workaround. Thanks!