emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107838: Added new charset cp775


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107838: Added new charset cp775
Date: Tue, 10 Apr 2012 13:15:11 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107838
fixes bug(s): http://debbugs.gnu.org/6519
author: Laimonas V bra <address@hidden>
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Tue 2012-04-10 13:15:11 +0200
message:
  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.
modified:
  lisp/ChangeLog
  lisp/language/european.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-04-10 07:19:38 +0000
+++ b/lisp/ChangeLog    2012-04-10 11:15:11 +0000
@@ -1,3 +1,9 @@
+2012-04-10  Laimonas VÄ—bra  <address@hidden>  (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  <address@hidden>
 
        * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):

=== modified file 'lisp/language/european.el'
--- a/lisp/language/european.el 2012-01-19 07:21:25 +0000
+++ b/lisp/language/european.el 2012-04-10 11:15:11 +0000
@@ -324,6 +324,14 @@
   :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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]