Page 1 of 1

How to read a text file?

Posted: Fri Apr 26, 2019 5:08 pm
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?

Re: How to read a text file?

Posted: Fri Apr 26, 2019 6:14 pm
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