How to read a text file?

Usage of the framework, compiler and tools
Post Reply
vadim
Posts: 2
Joined: Mon Apr 22, 2019 8:45 pm

How to read a text file?

Post by vadim »

I study Black Box in OS Ubuntu.
What tools does the Black Box have for reading a text file character by character?
Does BB have a common method for determining end of line for Windows and Linux systems?
Zinn
Posts: 123
Joined: Mon Nov 24, 2014 10:47 am
Location: Frankfurt am Main
Contact:

Re: How to read a text file?

Post by Zinn »

Hello Vadin
The module HostTextConv provides the converter for reading and writing ASCII text files with code pages.
Ubuntu normally works with UTF8 text files instead.
Currently you need the module http://www.zinnamturm.eu/downloadsAC.htm#CpcUtf8Conv because Ubuntu uses UTF8 format.
See the discussion viewtopic.php?f=32&t=220
-Helmut
Post Reply