aboutsummaryrefslogtreecommitdiff
path: root/core/locale.conf
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2009-06-20 13:18:42 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2009-06-20 13:18:42 -0400
commit06f4637430d0afe0e0b910952bc666cf2e9b1a8c (patch)
treed6d64dc00aff3c836f34fba7411381cd85dd9fde /core/locale.conf
parent1098df588c20599cc3b2d66e87630615a321d17b (diff)
downloadtextadept-06f4637430d0afe0e0b910952bc666cf2e9b1a8c.tar.gz
textadept-06f4637430d0afe0e0b910952bc666cf2e9b1a8c.zip
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.
Diffstat (limited to 'core/locale.conf')
-rw-r--r--core/locale.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/locale.conf b/core/locale.conf
index 5edabdaa..50834bf9 100644
--- a/core/locale.conf
+++ b/core/locale.conf
@@ -68,6 +68,10 @@ EVENTS_QUIT_MSG "The following buffers are unsaved:\n\n%s\n\nYou will have to sa
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"