You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
leitner 708e34ab7f don't escape poop emoji (emit as utf8 instead)
if input is not valid utf8, encode each invalid byte as utf8 in output
7 years ago
..
base64.c
base64url.c
fmt_base64.c
fmt_base64url.c
fmt_cescape.c
fmt_foldwhitespace.c
fmt_hexdump.c
fmt_html.c
fmt_html_tagarg.c
fmt_jsonescape.c don't escape poop emoji (emit as utf8 instead) 7 years ago
fmt_ldapescape.c
fmt_ldapescape2.c
fmt_quotedprintable.c
fmt_to_array.c
fmt_to_sa.c
fmt_tofrom_array.c
fmt_urlencoded.c
fmt_uuencoded.c
fmt_xml.c
fmt_yenc.c
scan_base64.3 update man pages 8 years ago
scan_base64.c add man page and unit tests for scan_base64url 8 years ago
scan_base64url.3 update man pages 8 years ago
scan_base64url.c add man pages for scan_urlencoded* 8 years ago
scan_cescape.3 update man pages 8 years ago
scan_cescape.c bring scan_cescape up to speed 8 years ago
scan_hexdump.3 update man pages 8 years ago
scan_hexdump.c man page and unit tests for scan_hexdump 8 years ago
scan_html.c add man page and unit tests for scan_base64url 8 years ago
scan_jsonescape.3 update man pages 8 years ago
scan_jsonescape.c bring scan_cescape up to speed 8 years ago
scan_ldapescape.3 update man pages 8 years ago
scan_ldapescape.c don't write one more byte in error case 8 years ago
scan_quotedprintable.c
scan_to_array.c
scan_to_sa.c
scan_tofrom_array.c
scan_urlencoded.3 update man pages 8 years ago
scan_urlencoded.c add man pages for scan_urlencoded* 8 years ago
scan_urlencoded2.3 update man pages 8 years ago
scan_uuencoded.3 update man pages 8 years ago
scan_uuencoded.c move unit tests into each file (compile with -DUNITTEST) 8 years ago
scan_yenc.c