| Stream wrapper class that automatically converts
another stream (containing text data) into a Unicode stream. |
|
Underlying stream can contain 8-bit text (in any codepage) or 16-bit
text (in 16-bit or UTF8 encoding).
Released under the BSD
License.
Files
Last modifications
1.08: 2010-05-25
- Implemented 'lines in a text stream' enumerator EnumLines.
- Implemented TGpTextStream.EOF.
- Implemented text stream filter FilterTxt.
1.06: 2008-05-26
- Works with Delphi 2009.
- Exported StringToWideString, WideStringToString, and GetDefaultAnsiCodepage.
|