EncodeExceptAsciiGraph

Encodes all characters except the ASCII graphic, that is, encodes ASCII whitespace and control characters and non-ASCII characters.

Constructors

this
this(cstring source_in)

Constructor

Members

Functions

encode
bool encode(char c)

Tells whether c should be converted.

Inherited Members

From PercentEncoder

source
cstring source;

Source string, may be changed at any time except during encoding 'foreach' iteration.

opApply
int opApply(int delegate(ref cstring chunk) dg)

Encodes this.source in an 'foreach' iteration over encoded chunks. Each chunk is guaranteed not to be empty.

encode
bool encode(char c)

Encodes all characters except the ASCII graphic, that is, encodes ASCII whitespace and control characters and non-ASCII characters.

Meta