diff options
author | 2009-03-01 16:32:59 -0500 | |
---|---|---|
committer | 2009-03-01 16:32:59 -0500 | |
commit | 5919fc6b3a124f215c50bf1d187b37dad5a37858 (patch) | |
tree | e71e49a5b34f83945de48b0d255ea6c133ed3e63 /core/locale.conf | |
parent | c2c910627f6b8dc4bd638d2d83b3dcf83d92b857 (diff) | |
download | textadept-5919fc6b3a124f215c50bf1d187b37dad5a37858.tar.gz textadept-5919fc6b3a124f215c50bf1d187b37dad5a37858.zip |
Added support for multiple character encodings through g_convert().
Can open, save, and convert between different character encodings now.
Diffstat (limited to 'core/locale.conf')
-rw-r--r-- | core/locale.conf | 44 |
1 files changed, 30 insertions, 14 deletions
diff --git a/core/locale.conf b/core/locale.conf index 576aaf9f..4004e4ff 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -28,14 +28,6 @@ UNTITLED "Untitled" 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" @@ -584,12 +576,36 @@ MENU_BUF_EOL_MODE_CR "CR" 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" |