From 5919fc6b3a124f215c50bf1d187b37dad5a37858 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 1 Mar 2009 16:32:59 -0500 Subject: Added support for multiple character encodings through g_convert(). Can open, save, and convert between different character encodings now. --- core/locale.conf | 44 ++++++++++++++++++++++++++++++-------------- 1 file changed, 30 insertions(+), 14 deletions(-) (limited to 'core/locale.conf') diff --git a/core/locale.conf b/core/locale.conf index 576aaf9f..4004e4ff 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -27,14 +27,6 @@ UNTITLED "Untitled" % "[Message Buffer]" MESSAGE_BUFFER "[Message Buffer]" -% core/events.lua -% "OVR" -STATUS_OVR "OVR" - -% core/events.lua -% "INS" -STATUS_INS "INS" - % core/events.lua % "CRLF" STATUS_CRLF "CRLF" @@ -56,8 +48,8 @@ STATUS_TABS "Tabs: " STATUS_SPACES "Spaces: " % core/events.lua -% "Line: %d/%d Col: %d Lexer: %s %s %s %s" -DOCSTATUSBAR_TEXT "Line: %d/%d Col: %d Lexer: %s %s %s %s" +% "Line: %d/%d Col: %d %s %s %s %s" +DOCSTATUSBAR_TEXT "Line: %d/%d Col: %d %s %s %s %s" % core/events.lua % "Save?" @@ -536,8 +528,8 @@ MENU_TOOLS_MACROS_STOP "S_top Recording" MENU_TOOLS_MACROS_PLAY "_Play Macro" % core/ext/menu.lua -% "_Buffers" -MENU_BUF_TITLE "_Buffers" +% "_Buffer" +MENU_BUF_TITLE "_Buffer" % core/ext/menu.lua % "_Next Buffer" @@ -583,13 +575,37 @@ MENU_BUF_EOL_MODE_CR "CR" % "LF" MENU_BUF_EOL_MODE_LF "LF" +% core/ext/menu.lua +% "Encoding" +MENU_BUF_ENCODING_TITLE "Encoding" + +% core/ext/menu.lua +% "UTF-8" +MENU_BUF_ENCODING_UTF8 "UTF-8" + +% core/ext/menu.lua +% "ASCII" +MENU_BUF_ENCODING_ASCII "ASCII" + +% core/ext/menu.lua +% "ISO-8859-1" +MENU_BUF_ENCODING_ISO88591 "ISO-8859-1" + +% core/ext/menu.lua +% "MacRoman" +MENU_BUF_ENCODING_MACROMAN "MacRoman" + +% core/ext/menu.lua +% "UTF-16" +MENU_BUF_ENCODING_UTF16 "UTF-16" + % core/ext/menu.lua % "_Refresh Syntax Highlighting" MENU_BUF_REFRESH "_Refresh Syntax Highlighting" % core/ext/menu.lua -% "_Views" -MENU_VIEW_TITLE "_Views" +% "_View" +MENU_VIEW_TITLE "_View" % core/ext/menu.lua % "_Next View" -- cgit v1.2.3