tango.io.stream.Utf

Members

Classes

UtfInput
class UtfInput(T, S)

Streaming UTF converter. Type T is the target or destination type, while S is the source type. Both types are either char/wchar/dchar.

UtfOutput
class UtfOutput(S, T)

Streaming UTF converter. Type T is the target or destination type, while S is the source type. Both types are either char/wchar/dchar.

Functions

main
void main()

Meta

License

BSD style: $(LICENSE)

Version

Initial release: Nov 2007

Authors

Kris

UTF conversion streams, supporting cross-translation of char, wchar and dchar variants. For supporting endian variations, configure the appropriate EndianStream upstream of this one (closer to the source.)