Skip to content

Commit

Permalink
Fix several unicode.org links
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultduponchelle committed Jun 17, 2021
1 parent b11331f commit ad37daf
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion cpan/Encode/t/Unicode.t
Expand Up @@ -25,7 +25,7 @@ use Encode qw(encode decode find_encoding);

#
# see
# http://www.unicode.org/unicode/reports/tr19/
# http://www.unicode.org/reports/tr19/
#

my $dankogai = "\x{5c0f}\x{98fc}\x{3000}\x{5f3e}";
Expand Down
6 changes: 3 additions & 3 deletions lib/Unicode/UCD.pm
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion lib/unicore/BidiBrackets.txt
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/unicore/BidiMirroring.txt
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion lib/unicore/CompositionExclusions.txt
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/unicore/NamedSequences.txt
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/unicore/NamedSqProv.txt
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion perl.h
Expand Up @@ -7517,7 +7517,7 @@ extern void moncontrol(int);
#endif

/* ISO 6429 NEL - C1 control NExt Line */
/* See https://www.unicode.org/unicode/reports/tr13/ */
/* See https://www.unicode.org/reports/tr13/ */
#define NEXT_LINE_CHAR NEXT_LINE_NATIVE

#ifndef PIPESOCK_MODE
Expand Down
2 changes: 1 addition & 1 deletion pod/perl58delta.pod
Expand Up @@ -409,7 +409,7 @@ File handles can be marked as accepting Perl's internal encoding of Unicode
Note for EBCDIC users: the pseudo layer ":utf8" is erroneously named
for you since it's not UTF-8 what you will be getting but instead
UTF-EBCDIC. See L<perlunicode>, L<utf8>, and
http://www.unicode.org/unicode/reports/tr16/ for more information.
http://www.unicode.org/reports/tr16/ for more information.
In future releases this naming may change. See L<perluniintro>
for more information about UTF-8.

Expand Down
2 changes: 1 addition & 1 deletion pod/perlebcdic.pod
Expand Up @@ -1879,7 +1879,7 @@ L<http://anubis.dkuug.dk/i18n/charmaps>

L<https://www.unicode.org/>

L<https://www.unicode.org/unicode/reports/tr16/>
L<https://www.unicode.org/reports/tr16/>

L<http://www.wps.com/projects/codes/>
B<ASCII: American Standard Code for Information Infiltration> Tom Jennings,
Expand Down
4 changes: 2 additions & 2 deletions pod/perluniintro.pod
Expand Up @@ -605,7 +605,7 @@ CAPITAL LETTER A's should be considered equal, or even A's of any case.

The long answer is that you need to consider character normalization
and casing issues: see L<Unicode::Normalize>, Unicode Technical Report #15,
L<Unicode Normalization Forms|https://www.unicode.org/unicode/reports/tr15> and
L<Unicode Normalization Forms|https://www.unicode.org/reports/tr15> and
sections on case mapping in the L<Unicode Standard|https://www.unicode.org>.

As of Perl 5.8.0, the "Full" case-folding of I<Case
Expand All @@ -630,7 +630,7 @@ C<0x00C1> > C<0x00C0>.
The long answer is that "it depends", and a good answer cannot be
given without knowing (at the very least) the language context.
See L<Unicode::Collate>, and I<Unicode Collation Algorithm>
L<https://www.unicode.org/unicode/reports/tr10/>
L<https://www.unicode.org/reports/tr10/>

=back

Expand Down
2 changes: 1 addition & 1 deletion utf8.c
Expand Up @@ -4187,7 +4187,7 @@ beyond what was matched. Correspondingly for C<pe2> and C<s2>.
For case-insensitiveness, the "casefolding" of Unicode is used
instead of upper/lowercasing both the characters, see
L<https://www.unicode.org/unicode/reports/tr21/> (Case Mappings).
L<https://www.unicode.org/reports/tr21/> (Case Mappings).
=for apidoc Cmnh||FOLDEQ_UTF8_NOMIX_ASCII
=for apidoc Cmnh||FOLDEQ_LOCALE
Expand Down
2 changes: 1 addition & 1 deletion utfebcdic.h
Expand Up @@ -8,7 +8,7 @@
*
* Macros to implement UTF-EBCDIC as perl's internal encoding
* Adapted from version 7.1 of Unicode Technical Report #16:
* http://www.unicode.org/unicode/reports/tr16
* http://www.unicode.org/reports/tr16
*
* To summarize, the way it works is:
* To convert an EBCDIC code point to UTF-EBCDIC:
Expand Down

0 comments on commit ad37daf

Please sign in to comment.