Added new charset cp775
authorLaimonas V bra <laimonas.vebra@gmail.com>
Tue, 10 Apr 2012 11:15:11 +0000 (13:15 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 10 Apr 2012 11:15:11 +0000 (13:15 +0200)
* 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

lisp/ChangeLog
lisp/language/european.el

index fb7e3c1..d46de76 100644 (file)
@@ -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):
index b658f93..259c067 100644 (file)
@@ -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