* 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
+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):
: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