From ed91aa74ec7dacf3d4f7f794ac571bd7ffcc8cc0 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 30 Jul 2019 16:52:48 -0400 Subject: Use CP1252 instead of ISO-8859-1. CP1252 is a superset of ISO-8859-1. --- 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 72c86e3d..283b2846 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-32' -- @class table -- @name encodings -io.encodings = {'UTF-8', 'ASCII', 'ISO-8859-1', 'UTF-16'} +io.encodings = {'UTF-8', 'ASCII', 'CP1252', 'UTF-16'} --- -- Opens *filenames*, a string filename or list of filenames, or the -- cgit v1.2.3