URLEncoder() list of not encoded characters

Found an issue in the documentation ? Please report it here !

Moderator: Documentation Editors

infratec
Always Here
Always Here
Posts: 6817
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

URLEncoder() list of not encoded characters

Post by infratec »

Hi,

I don't know if is a bug in the implementation or the documentation.

But in the german help of 5.71 is written that % and + are not encoded.
But that's not true:

Code: Select all

Debug URLEncoder("%+")
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2056
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: URLEncoder() list of not encoded characters

Post by Andre »

Confirmed, it's working.

Don't know if there are other reasons (the mentioned public websites?) to list these two characters as "not supported"!?
To be checked/clarified by Fred...
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
Post Reply