[rtmpdump] r405 - in trunk: librtmp/Makefile librtmp/handshake.h librtmp/rtmp.c librtmp/rtmp.h rtmpdump.c rtmpgw.c rtmpsuck.c

Howard Chu hyc at highlandsun.com
Sun Mar 28 22:13:44 CEST 2010


NhJm wrote:
> On Sun, Mar 28, 2010 at 2:52 AM, Howard Chu<hyc at highlandsun.com>  wrote:
>> How about: replace spaces with TAB+Ctrl-A, (0x08 0x01) and replace TABs with
>> TAB+Ctrl-B (0x08 0x02). Simple and probably low impact.
>
> But a user wouldn't be able to easily enter these charcters.
> Backslashes would be a common and expected solution, requiring less
> explanation.

OK. Although parsing simple backslashes is sometimes a pain, if you have 
several in a row.

Lets go with "\XX" and hex encode the real character. (So it's like 
URLencoding, but using \ instead of % .)


More information about the rtmpdump mailing list