Fix on fonts, fixed special char printing (>=0x80) on Term, essentially changing encoding from UTF-8 to ISO-8859-1

Former-commit-id: 78d4423e896301aebdec2f27893bb2aefaf4aada
Former-commit-id: e317df0eca8da1598159648bc44c30b86663d8a5
This commit is contained in:
Song Minjae
2016-09-19 00:31:36 +09:00
parent 90ecda108d
commit 0dabe3971c
40 changed files with 64 additions and 34 deletions

View File

@@ -2,6 +2,9 @@
Created by minjaesong on 16-09-15.
--]]
-------------
-- ALIASES --
-------------
fs.run = function(p)
local f = fs.open(p, "r")
@@ -11,6 +14,9 @@ end
_G.loadstring = _G.load
_G.print = term.print
--------------
-- HEXUTILS --
--------------