summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-08-18 11:44:09 -0600
committerKarl Williamson <public@khwilliamson.com>2012-08-26 12:28:27 -0600
commit76b647582c80ceac4ea98de154d1946297f9a66c (patch)
tree3d624233ac6b4000d78fe0ac1894c3beb68693f9 /lib
parent1a3f15c1f8f8d549d5992066e6568e736cea218d (diff)
downloadperl-76b647582c80ceac4ea98de154d1946297f9a66c.tar.gz
lib/unicore/README.perl: Make usablea s shell script
This adds comment symbols and redirects error messages to /dev/null for likely things that will fail
Diffstat (limited to 'lib')
-rw-r--r--lib/unicore/README.perl38
1 files changed, 19 insertions, 19 deletions
diff --git a/lib/unicore/README.perl b/lib/unicore/README.perl
index f3d8c32387..d55bfed015 100644
--- a/lib/unicore/README.perl
+++ b/lib/unicore/README.perl
@@ -1,19 +1,19 @@
-Perl should compile and reasonably run any version of Unicode. That doesn't
-mean that the test suite will run without showing errors. A few of the
-very-Unicode specific test files have been modified to account for different
-versions, but most have not. For example, some tests use characters that
-aren't encoded in all Unicode versions; others have hard-coded the General
-Categories that were correct at the time the test was written. Perl itself
-will not compile under Unicode releases prior to 3.0 without a simple change to
-Unicode::Normalize. mktables contains instructions for this, as well as other
-hints for using older Unicode versions.
+# Perl should compile and reasonably run any version of Unicode. That doesn't
+# mean that the test suite will run without showing errors. A few of the
+# very-Unicode specific test files have been modified to account for different
+# versions, but most have not. For example, some tests use characters that
+# aren't encoded in all Unicode versions; others have hard-coded the General
+# Categories that were correct at the time the test was written. Perl itself
+# will not compile under Unicode releases prior to 3.0 without a simple change to
+# Unicode::Normalize. mktables contains instructions for this, as well as other
+# hints for using older Unicode versions.
-The *.txt files were copied from
+# The *.txt files were copied from
- ftp://www.unicode.org/Public/UNIDATA
+# ftp://www.unicode.org/Public/UNIDATA
-(which always points to the latest version) with subdirectories 'extracted' and
-'auxiliary'. Older versions are located under Public with an appropriate name.
+# (which always points to the latest version) with subdirectories 'extracted' and
+# 'auxiliary'. Older versions are located under Public with an appropriate name.
# The Unihan files were not included due to space considerations. Also NOT
# included were any *.html files. It is possible to add the Unihan files, and
@@ -37,12 +37,12 @@ mv DerivedNormalizationProps.txt DNormalizationProps.txt
# Some early releases don't have the extracted directory, and hence these files
# should be moved to it.
-mkdir extracted
-mv DerivedBidiClass.txt DerivedBinaryProperties.txt extracted
-mv DerivedCombiningClass.txt DerivedDecompositionType.txt extracted
-mv DerivedEastAsianWidth.txt DerivedGeneralCategory.txt extracted
-mv DerivedJoiningGroup.txt DerivedJoiningType.txt extracted
-mv DerivedLineBreak.txt DerivedNumericType.txt DerivedNumericValues.txt extracted
+mkdir extracted 2>/dev/null
+mv DerivedBidiClass.txt DerivedBinaryProperties.txt extracted 2>/dev/null
+mv DerivedCombiningClass.txt DerivedDecompositionType.txt extracted 2>/dev/null
+mv DerivedEastAsianWidth.txt DerivedGeneralCategory.txt extracted 2>/dev/null
+mv DerivedJoiningGroup.txt DerivedJoiningType.txt extracted 2>/dev/null
+mv DerivedLineBreak.txt DerivedNumericType.txt DerivedNumericValues.txt extracted 2>/dev/null
mv extracted/DerivedBidiClass.txt extracted/DBidiClass.txt
mv extracted/DerivedBinaryProperties.txt extracted/DBinaryProperties.txt