Inheritance diagram for TranscoderIso8859_1:
Public Member Functions | |
char[] | toString () |
char[] | encode (dchar[] input, char[] output, out uint consumed) |
dchar[] | decode (char[] input, dchar[] output, out uint consumed) |
Private Member Functions | |
void | fault (char[] msg) |
|
Return the encoding name of this transcoder Reimplemented from Transcoder. Definition at line 50 of file Iso8859_1.d. |
|
Convert the input into the output, respecting the boundaries of the provided arrays. Returns a valid slice of the output, along with the number of items consumed from the input. Reimplemented from Transcoder. Definition at line 59 of file Iso8859_1.d. References Transcoder::fault(). |
|
Convert the input into the output, respecting the boundaries of the provided arrays. Returns a valid slice of the output, along with the number of items consumed from the input. Reimplemented from Transcoder. Definition at line 87 of file Iso8859_1.d. |
|
overridable exception thrower Definition at line 78 of file Transcoder.d. References Exception. Referenced by TranscoderUtf8Checked::decode(), TranscoderUtf8::encode(), and encode(). |