From 28285f671e4c681b8eb236a981bc4024050f0f1b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 4 Nov 2016 11:42:58 -0400 Subject: Removed MacRoman encoding option, as OSX uses UTF-8 by default. --- core/file_io.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/file_io.lua') diff --git a/core/file_io.lua b/core/file_io.lua index cf364305..8493cb3e 100644 --- a/core/file_io.lua +++ b/core/file_io.lua @@ -81,7 +81,7 @@ io.recent_files = {} -- @usage io.encodings[#io.encodings + 1] = 'UTF-16' -- @class table -- @name encodings -io.encodings = {'UTF-8', 'ASCII', 'ISO-8859-1', 'MacRoman'} +io.encodings = {'UTF-8', 'ASCII', 'ISO-8859-1'} --- -- Opens *filenames*, a string filename or list of filenames, or the -- cgit v1.2.3