aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/menu.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2016-11-04 11:42:58 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2016-11-04 11:42:58 -0400
commit28285f671e4c681b8eb236a981bc4024050f0f1b (patch)
tree103d1e7e1052ee41ad30b223db950444fdbd177e /modules/textadept/menu.lua
parentb965beae414d95a8382539f92f891b073edc5fcd (diff)
downloadtextadept-28285f671e4c681b8eb236a981bc4024050f0f1b.tar.gz
textadept-28285f671e4c681b8eb236a981bc4024050f0f1b.zip
Removed MacRoman encoding option, as OSX uses UTF-8 by default.
Diffstat (limited to 'modules/textadept/menu.lua')
-rw-r--r--modules/textadept/menu.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua
index e95cd287..03dd5a49 100644
--- a/modules/textadept/menu.lua
+++ b/modules/textadept/menu.lua
@@ -284,7 +284,6 @@ local default_menubar = {
{_L['_UTF-8 Encoding'], function() set_encoding('UTF-8') end},
{_L['_ASCII Encoding'], function() set_encoding('ASCII') end},
{_L['_ISO-8859-1 Encoding'], function() set_encoding('ISO-8859-1') end},
- {_L['_MacRoman Encoding'], function() set_encoding('MacRoman') end},
{_L['UTF-1_6 Encoding'], function() set_encoding('UTF-16LE') end}
},
SEPARATOR,