From 06f4637430d0afe0e0b910952bc666cf2e9b1a8c Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 20 Jun 2009 13:18:42 -0400 Subject: Try list of encodings to load if none was detected rather than just UTF-8. Any non-detected encoding that was not UTF-8 would cause an error on load since it was treated as UTF-8. --- core/locale.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/locale.conf') diff --git a/core/locale.conf b/core/locale.conf index 5edabdaa..50834bf9 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -67,6 +67,10 @@ EVENTS_QUIT_MSG "The following buffers are unsaved:\n\n%s\n\nYou will have to sa % "[Error Buffer]" ERROR_BUFFER "[Error Buffer]" +% core/file_io.lua +% "Encoding conversion failed." +IO_ICONV_ERROR "Encoding conversion failed." + % core/file_io.lua % "Open" IO_OPEN_TITLE "Open" -- cgit v1.2.3