Feedback
Add TextStream code point text I/O
- Status
- Fixed
- Fixed in
- v26.6.5
- Source discussion
- https://forum.objo.dev/d/391-ok-lets-talk-about-chars/7
- Last updated
- 2026-06-21
Upvotes
1 upvote
Uses your Objo forum account.
Public summary
Add a TextStream standard-library class for text-oriented file I/O above BinaryStream. It should support UTF-8 by default, explicit TextEncoding selection, code point reads/writes for parser hot paths, string character convenience methods, line/all reads, writes, EOF checks, peeking, and Close().