| 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.04a: 2006-08-30
- Bug fixed: When cfUseLF was set, /CR/ was used as line delimiter in Writeln (/LF/
should be used).
1.04: 2006-02-06
- Added support for UCS-4 encoding in a very primitive form - all high-word values
are stripped away on read and set to 0 on write.
- Added CP_UNICODE32 UCS-4 pseudo-codepage constant.
|