Posted 08 February 2015 - 02:46 PM
Hello,
I have a little problem, I need all characters, which can be saved into a file and won't get lost, if i read the file again. I found this already:http://www.computercraft.info/forums2/index.php?/topic/536-box-drawing-characters/
but I dont want the viewable characters. I want the characters which can be saved and read from a File completely correctly, it's not important how you get them, characters got like this:
Luca
I have a little problem, I need all characters, which can be saved into a file and won't get lost, if i read the file again. I found this already:http://www.computercraft.info/forums2/index.php?/topic/536-box-drawing-characters/
but I dont want the viewable characters. I want the characters which can be saved and read from a File completely correctly, it's not important how you get them, characters got like this:
string.char(17)
are also useable for me. Hope someone can help me,Luca