diff options
author | 2019-07-30 16:52:48 -0400 | |
---|---|---|
committer | 2019-07-30 16:52:48 -0400 | |
commit | ed91aa74ec7dacf3d4f7f794ac571bd7ffcc8cc0 (patch) | |
tree | 2ce277552055cd023df31d8f4272fecfb59c139d /core/locales/locale.it.conf | |
parent | 68abf86021d8dc505ac0b6c91f2b5941a8da9d15 (diff) | |
download | textadept-ed91aa74ec7dacf3d4f7f794ac571bd7ffcc8cc0.tar.gz textadept-ed91aa74ec7dacf3d4f7f794ac571bd7ffcc8cc0.zip |
Use CP1252 instead of ISO-8859-1.
CP1252 is a superset of ISO-8859-1.
Diffstat (limited to 'core/locales/locale.it.conf')
-rw-r--r-- | core/locales/locale.it.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/locales/locale.it.conf b/core/locales/locale.it.conf index f5c76267..ff8843c8 100644 --- a/core/locales/locale.it.conf +++ b/core/locales/locale.it.conf @@ -294,7 +294,7 @@ _EOL Mode = _Tipo di fine di linea E_ncoding = _Codifica _UTF-8 Encoding = Codifica _UTF-8 _ASCII Encoding = Codifica _ASCII -_ISO-8859-1 Encoding = Codifica _ISO-8859-1 +_CP-1252 Encoding = Codifica _CP-1252 UTF-1_6 Encoding = Codifica UTF-1_6 # Menu items for changing the way the current buffer is displayed. Toggle View _EOL = _Mostra la fine di linea sì/no |