diff --git a/main/webapp/modules/core/scripts/util/encoding.js b/main/webapp/modules/core/scripts/util/encoding.js index ca9cf7291..1c9dc3944 100644 --- a/main/webapp/modules/core/scripts/util/encoding.js +++ b/main/webapp/modules/core/scripts/util/encoding.js @@ -74,7 +74,7 @@ Encoding.selectEncoding = function(input, onDone) { }); }; generateEncodingList(elmts.commonList, - { 'US-ASCII':1, 'ISO-8859-1':1, 'UTF-8':1, 'UTF-16BE':1, 'UTF-16LE':1, 'UTF-16':1 }); + { 'US-ASCII':1, 'ISO-8859-1':1, 'UTF-8':1, 'UTF-16BE':1, 'UTF-16LE':1, 'UTF-16':1, 'windows-1252':1 }); generateEncodingList(elmts.allList, null); elmts.cancelButton.click(function() { diff --git a/main/webapp/modules/core/styles/util/encoding.less b/main/webapp/modules/core/styles/util/encoding.less index 8c1fd8bd7..e7ff0c807 100644 --- a/main/webapp/modules/core/styles/util/encoding.less +++ b/main/webapp/modules/core/styles/util/encoding.less @@ -34,7 +34,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. @import-less url("../theme.less"); .select-encoding-dialog-encoding-list { - height: 20em; + height: 22em; overflow: auto; } .select-encoding-dialog-encoding-list > table > tbody > tr > td,