From c5bbbc090704c0bd817e4e1a3c4bd6b5f2d4fdce Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 13 Aug 2009 16:24:33 +0000 Subject: [PATCH] setup-plt -D skips compilation of .scrbl files svn: r15727 original commit: f37c71c6ee298290acb93319e21ba5048fac3a27 --- collects/scriblib/autobib.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scriblib/autobib.ss b/collects/scriblib/autobib.ss index 3da8ba81..9c8de65a 100644 --- a/collects/scriblib/autobib.ss +++ b/collects/scriblib/autobib.ss @@ -171,7 +171,7 @@ (if (author-element? a) a (let* ([s (content->string a)] - [m (regexp-match #rx"^(.*) ([A-Za-z]+)$" s)]) + [m (regexp-match #px"^(.*) (\\p{L}+)$" s)]) (make-author-element #f (list a)