From a6014652040e76de08e643b49b69fc97cb5bfd62 Mon Sep 17 00:00:00 2001 From: Zoltan Arvai Date: Thu, 27 Mar 2014 17:27:22 +0100 Subject: Add perl to cygwin On Windows third_party/WebKit build depends on cygwin's perl version. Change-Id: Icf6393906c0f977fca9ff652a8abca9dacb60765 Reviewed-by: Andras Becsi --- .../cygwin/lib/perl5/5.10/unicore/lib/gc_sc/Cs.pl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 chromium/third_party/cygwin/lib/perl5/5.10/unicore/lib/gc_sc/Cs.pl (limited to 'chromium/third_party/cygwin/lib/perl5/5.10/unicore/lib/gc_sc/Cs.pl') diff --git a/chromium/third_party/cygwin/lib/perl5/5.10/unicore/lib/gc_sc/Cs.pl b/chromium/third_party/cygwin/lib/perl5/5.10/unicore/lib/gc_sc/Cs.pl new file mode 100644 index 00000000000..02ccb70cae6 --- /dev/null +++ b/chromium/third_party/cygwin/lib/perl5/5.10/unicore/lib/gc_sc/Cs.pl @@ -0,0 +1,14 @@ +# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! +# This file is built by mktables from e.g. UnicodeData.txt. +# Any changes made here will be lost! + +# +# This file supports: +# \p{Cs} +# \p{Cs} (and fuzzy permutations) +# +# Meaning: General Category 'Cs' +# +return <<'END'; +D800 DFFF +END -- cgit v1.2.1