Added new charset cp775
* language/european.el (cp775): Added oem/legacy (en)coding on DOS/MS Windows for the Baltic languages. There are still plenty of texts written in this encoding/codepage. Fixes: debbugs:6519
This commit is contained in:
parent
8faa68b767
commit
b12f0439bf
2 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
|
||||
|
||||
* language/european.el (cp775): Added oem/legacy (en)coding on
|
||||
DOS/MS Windows for the Baltic languages. There are still plenty of
|
||||
texts written in this encoding/codepage (bug#6519).
|
||||
|
||||
2012-04-10 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
|
||||
|
|
|
@ -324,6 +324,14 @@ Latin-9 is sometimes nicknamed `Latin-0'."))
|
|||
:mime-charset 'windows-1257)
|
||||
(define-coding-system-alias 'cp1257 'windows-1257)
|
||||
|
||||
(define-coding-system 'cp775
|
||||
"DOS codepage 775 (PC Baltic, MS-DOS Baltic Rim)"
|
||||
:coding-type 'charset
|
||||
:mnemonic ?D
|
||||
:charset-list '(cp775)
|
||||
:mime-charset 'cp775)
|
||||
(define-coding-system-alias 'ibm775 'cp775)
|
||||
|
||||
(define-coding-system 'cp850
|
||||
"DOS codepage 850 (Western European)"
|
||||
:coding-type 'charset
|
||||
|
|
Loading…
Add table
Reference in a new issue