diff options
author | Thibault DUPONCHELLE <thibault.duponchelle@gmail.com> | 2021-06-16 19:11:49 +0200 |
---|---|---|
committer | Thibault DUPONCHELLE <thibault.duponchelle@gmail.com> | 2021-06-17 07:19:14 +0200 |
commit | ad37daf518a8ee06f564dcc7c5ee3ca2aa32cc19 (patch) | |
tree | 5ec1472897f7ee9aa74744412e0dc5517c48f4fa /lib | |
parent | b11331f8dff2cea34f19d0a0d244bba846a8cce6 (diff) | |
download | perl-ad37daf518a8ee06f564dcc7c5ee3ca2aa32cc19.tar.gz |
Fix several unicode.org links
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Unicode/UCD.pm | 6 | ||||
-rw-r--r-- | lib/unicore/BidiBrackets.txt | 2 | ||||
-rw-r--r-- | lib/unicore/BidiMirroring.txt | 2 | ||||
-rw-r--r-- | lib/unicore/CompositionExclusions.txt | 2 | ||||
-rw-r--r-- | lib/unicore/NamedSequences.txt | 2 | ||||
-rw-r--r-- | lib/unicore/NamedSqProv.txt | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/lib/Unicode/UCD.pm b/lib/Unicode/UCD.pm index 11fa2bef6a..606caee6f2 100644 --- a/lib/Unicode/UCD.pm +++ b/lib/Unicode/UCD.pm @@ -1972,7 +1972,7 @@ Locale is not completely independent. The I<turkic> field contains results to use when the locale is a Turkic language. For more information about case mappings see -L<http://www.unicode.org/unicode/reports/tr21> +L<http://www.unicode.org/reports/tr21> =cut @@ -2219,7 +2219,7 @@ hash will not have any of the base keys, like C<code>, C<upper>, etc., but will contain only locale keys. For more information about case mappings see -L<http://www.unicode.org/unicode/reports/tr21/> +L<http://www.unicode.org/reports/tr21/> =cut @@ -4727,7 +4727,7 @@ nor the punctuation. For blocks see L<http://www.unicode.org/Public/UNIDATA/Blocks.txt> -For scripts see UTR #24: L<http://www.unicode.org/unicode/reports/tr24/> +For scripts see UTR #24: L<http://www.unicode.org/reports/tr24/> =head2 B<Matching Scripts and Blocks> diff --git a/lib/unicore/BidiBrackets.txt b/lib/unicore/BidiBrackets.txt index a95e5ca5ca..8f65aa8b2f 100644 --- a/lib/unicore/BidiBrackets.txt +++ b/lib/unicore/BidiBrackets.txt @@ -56,7 +56,7 @@ # of each line. # # For information on bidirectional paired brackets, see UAX #9: Unicode -# Bidirectional Algorithm, at http://www.unicode.org/unicode/reports/tr9/ +# Bidirectional Algorithm, at http://www.unicode.org/reports/tr9/ # # This file was originally created by Andrew Glass and Laurentiu Iancu # for Unicode 6.3. diff --git a/lib/unicore/BidiMirroring.txt b/lib/unicore/BidiMirroring.txt index 34e42ae8dc..9640ae59a0 100644 --- a/lib/unicore/BidiMirroring.txt +++ b/lib/unicore/BidiMirroring.txt @@ -40,7 +40,7 @@ # for character-based mirroring. # # For information on bidi mirroring, see UAX #9: Unicode Bidirectional Algorithm, -# at http://www.unicode.org/unicode/reports/tr9/ +# at http://www.unicode.org/reports/tr9/ # # This file was originally created by Markus Scherer. # Extended for Unicode 3.2, 4.0, 4.1, 5.0, 5.1, 5.2, and 6.0 by Ken Whistler, diff --git a/lib/unicore/CompositionExclusions.txt b/lib/unicore/CompositionExclusions.txt index 52bbb465bc..1ed7778b83 100644 --- a/lib/unicore/CompositionExclusions.txt +++ b/lib/unicore/CompositionExclusions.txt @@ -13,7 +13,7 @@ # Unicode Character Database. # # For more information, see -# http://www.unicode.org/unicode/reports/tr15/#Primary_Exclusion_List_Table +# http://www.unicode.org/reports/tr15/#Primary_Exclusion_List_Table # # For a full derivation of composition exclusions, see the derived property # Full_Composition_Exclusion in DerivedNormalizationProps.txt diff --git a/lib/unicore/NamedSequences.txt b/lib/unicore/NamedSequences.txt index b3c64f18c2..f4e50cf49e 100644 --- a/lib/unicore/NamedSequences.txt +++ b/lib/unicore/NamedSequences.txt @@ -28,7 +28,7 @@ # <1000, 1001, 1002> # # For more information, see UAX #34: Unicode Named Character -# Sequences, at http://www.unicode.org/unicode/reports/tr34/ +# Sequences, at http://www.unicode.org/reports/tr34/ # # Note: The order of entries in this file is not significant. # However, entries are generally in script order corresponding diff --git a/lib/unicore/NamedSqProv.txt b/lib/unicore/NamedSqProv.txt index a4e4fdc2e4..ebe21fcdaa 100644 --- a/lib/unicore/NamedSqProv.txt +++ b/lib/unicore/NamedSqProv.txt @@ -29,7 +29,7 @@ # <1000, 1001, 1002> # # For more information, see UAX #34: Unicode Named Character -# Sequences, at http://www.unicode.org/unicode/reports/tr34/ +# Sequences, at http://www.unicode.org/reports/tr34/ # # Note: The order of entries in this file is not significant. # However, entries are generally in script order corresponding |