changeset 16709:3b6153697884

(ange-ftp-date-regexp): Recognize various languages.
author Richard M. Stallman <rms@gnu.org>
date Tue, 17 Dec 1996 18:31:33 +0000
parents 7b139b59bda4
children 68c2e772f753
files lisp/ange-ftp.el
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ange-ftp.el	Tue Dec 17 07:25:35 1996 +0000
+++ b/lisp/ange-ftp.el	Tue Dec 17 18:31:33 1996 +0000
@@ -2389,9 +2389,10 @@
 ;;;; ------------------------------------------------------------
 
 (defconst ange-ftp-date-regexp
-  (concat
-   " \\(Jan\\|Feb\\|Mar\\|Apr\\|May\\|Jun\\|Jul\\|Aug\\|Sep\\|Oct"
-   "\\|Nov\\|Dec\\) +[0-3]?[0-9] "))
+  " [A-Za-z\xa0-\xff][A-Za-z\xa0-\xff][A-Za-z\xa0-\xff] [0-3 ][0-9] "
+  "Regular expression to recognize the date in a directory listing.
+This regular expression is designed to recognize month names
+regardless of the language.")
 
 (defvar ange-ftp-add-file-entry-alist nil
   "Alist saying how to add file entries on certain OS types.