ComputerCraft

ComputerCraft

21M Downloads

Reading from file, Teletext charaters

Yoshi-E opened this issue · 2 comments

commented

File to read from: http://pastebin.com/X1uwmXeb

Reading the charater "£" from a file results in "£". So in this case the line in the file and printing it, using print():
 !"£$%&'()...
results in:
 !"£$%&'()...

Tested on 1.7.6pr6

commented

Try again in pr8. I recently fixed some stuff in this area.

On 20 December 2015 at 20:52, Yoshi-EE [email protected] wrote:

File to read from: http://pastebincom/X1uwmXeb

Reading the charater "£" from a file results in "£" So in this case the
line in the file and printing it, using print():
!"£$%&'()
results in:
!"£$%&'()

Tested on 176pr6


Reply to this email directly or view it on GitHub
#72.

commented

seems to be fixed now, thanks