Home
About
Download
Register
News
Help
Register
Log In
Forums
Scripts & Popups
Percent encoding?
Forums
Active Threads
Search
Who's Online
Help
Print Thread
Re: Percent encoding?
#
254923
09/09/15
09:07 PM
Joined:
Jan 2004
Posts: 1,330
L
Loki12583
Hoopy frood
Loki12583
Hoopy frood
L
Joined:
Jan 2004
Posts: 1,330
The page shows a table of what does not need to be encoded, so include those in the regex's character class:
Code:
alias urlencode { return $regsubex($$1-,/([^-.~\w])/g,$+(%,$base($asc(\t),10,16))) }
\w handles 0-9A-Za-z_ so just -.~ needed to be added.
Copy Link to Clipboard
Entire Thread
Subject
Posted By
Posted
Percent encoding?
Anonymous
09/09/15
07:43 PM
Re: Percent encoding?
Loki12583
09/09/15
09:07 PM
Re: Percent encoding?
Anonymous
09/09/15
09:10 PM
Hop To
News and Discussions ------
Latest News
General Discussion
Support ------
mIRC Help
Connection Issues
Scripts & Popups
Development ------
Feature Suggestions
Developers
Bug Reports
Print Thread
Switch to Flat Mode
Show Likes
Link Copied to Clipboard
View Profile
Private Message
Follow User
Forum Posts
Forum Rules
·
Mark All Read
Contact Us
·
Help
·
mIRC Homepage