Ian Rae (ianrae@istar.ca) schrieb: > This is necessary because my portable text i/o library supports several >types of channels. The BBox implementation supports Files and Texts Simply define subclasses of Channels, which map CR/LF to CR or LF respectivly. Use this class as input channel for TextRider. +++hartmut