This website requires JavaScript.
Explore
Help
Sign In
backup
/
EWF
Watch
1
Star
0
Fork
0
You've already forked EWF
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
e4fcc863ca636e8943df5d4cfd1cb0c84cba4ee5
EWF
/
library
/
text
/
encoder
/
src
History
Jocelyn Fiat
74001fe674
Properly JSON encode null character as \u0000 .
2018-01-29 22:13:03 +01:00
..
base64.e
Improved BASE64 to update has_error when decoding.
2014-04-09 16:56:40 +02:00
encoder.e
…
html_encoder.e
Do not html escape ' with '
2016-01-20 17:53:06 +01:00
json_encoder.e
Properly JSON encode null character as \u0000 .
2018-01-29 22:13:03 +01:00
percent_encoder.e
Ensure that PATH_INFO and REQUEST_URI are following the CGI specifications:
2014-06-30 15:13:47 +02:00
shared_base64.e
…
shared_html_encoder.e
…
shared_json_encoder.e
…
shared_url_encoder.e
…
shared_utf8_url_encoder.e
…
shared_xml_encoder.e
…
url_encoder.e
Ensure that PATH_INFO and REQUEST_URI are following the CGI specifications:
2014-06-30 15:13:47 +02:00
utf8_encoder.e
…
utf8_url_encoder.e
Updated encoder library, especially URL encoders to reuse implementation of percent_encoder.e
2014-04-09 18:10:51 +02:00
x_www_form_url_encoder.e
Improved query and form data encoding (based on a very early version of the general URI percent-encoding rules).
2017-05-17 12:16:35 +02:00
xml_encoder.e
…