emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/textmodes/po.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/po.el
Date: Sun, 13 Jul 2003 13:15:13 -0400

Index: emacs/lisp/textmodes/po.el
diff -c emacs/lisp/textmodes/po.el:1.7 emacs/lisp/textmodes/po.el:1.8
*** emacs/lisp/textmodes/po.el:1.7      Wed Oct 30 14:47:53 2002
--- emacs/lisp/textmodes/po.el  Sun Jul 13 13:15:12 2003
***************
*** 42,48 ****
  (defun po-find-charset (filename)
    "Return PO charset value for FILENAME."
    (let ((charset-regexp
!        "^\"Content-Type: text/plain;[ \t]*charset=\\(.*\\)\\\\n\"")
        (short-read nil))
      ;; Try the first 4096 bytes.  In case we cannot find the charset value
      ;; within the first 4096 bytes (the PO file might start with a long
--- 42,48 ----
  (defun po-find-charset (filename)
    "Return PO charset value for FILENAME."
    (let ((charset-regexp
!        "^\"Content-Type:[ \t]*text/plain;[ \t]*charset=\\(.*\\)\\\\n\"")
        (short-read nil))
      ;; Try the first 4096 bytes.  In case we cannot find the charset value
      ;; within the first 4096 bytes (the PO file might start with a long




reply via email to

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