diff options
author | 2016-06-15 08:52:26 -0400 | |
---|---|---|
committer | 2016-06-15 08:52:26 -0400 | |
commit | a09f1751c01d66a3b7519c72909746611d12a7f2 (patch) | |
tree | 0e1dc7d20b6f66100589e5e28f289dbeeed31d35 /core/locales/locale.ru.conf | |
parent | 16bf7c94537afe0883b1e80b2dbdbfaf7e6d391a (diff) | |
download | textadept-a09f1751c01d66a3b7519c72909746611d12a7f2.tar.gz textadept-a09f1751c01d66a3b7519c72909746611d12a7f2.zip |
Allow binary files to be encoded in something else.
UTF-16 files (and other encodings with null bytes) are initially recognized as
binary files (no encoding). Allow encodings to be set for such files after load.
Diffstat (limited to 'core/locales/locale.ru.conf')
-rw-r--r-- | core/locales/locale.ru.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/locales/locale.ru.conf b/core/locales/locale.ru.conf index 81792a32..55364fed 100644 --- a/core/locales/locale.ru.conf +++ b/core/locales/locale.ru.conf @@ -21,7 +21,6 @@ Undefined event name = Неизвестное название события # core/file_io.lua Open = Открыть Encoding conversion failed. = Ошибка при преобразовании кодировки. -Cannot change binary file encoding = Невозможно изменить кодировку двоичного файла Save = Сохранить Untitled = Безымянный Close without saving? = Закрыть без сохранения? |