Implements URLEncodeString.
URLEncodeString impl | Implements URLEncodeString. |
Copyright | This program is free software. |
Files | |
C-kern/ | Header file URLEncodeString. |
C-kern/ | Implementation file URLEncodeString impl. |
string_t | |
urlencoding | |
s_isurlencode | Table of 256 octets (first are 128 ascii codes). |
test |
This program is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
© 2011 Jörg Seebohn
Header file URLEncodeString.
Implementation file URLEncodeString impl.
urlencoding | |
s_isurlencode | Table of 256 octets (first are 128 ascii codes). |
test |
Table of 256 octets (first are 128 ascii codes).
static const uint8_t s_isurlencode[256]