From f51fc7842709959a8d9a66b8ffdc24503616d5fb Mon Sep 17 00:00:00 2001 From: Michiel Beijen Date: Wed, 12 Jan 2022 20:00:18 +0100 Subject: [PATCH 1/4] fix url for Unicode standard --- Unicode/Unicode.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unicode/Unicode.pm b/Unicode/Unicode.pm index eb72c39..2baca89 100644 --- a/Unicode/Unicode.pm +++ b/Unicode/Unicode.pm @@ -263,7 +263,7 @@ L, RFC 2781 L, -The whole Unicode standard L +The whole Unicode standard L Ch. 15, pp. 403 of C by Larry Wall, Tom Christiansen, Jon Orwant; From dd749b0d850269bfd28c1fc35e451174eb3c6607 Mon Sep 17 00:00:00 2001 From: Michiel Beijen Date: Wed, 12 Jan 2022 20:01:04 +0100 Subject: [PATCH 2/4] update links to unicode.org to https --- Unicode/Unicode.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Unicode/Unicode.pm b/Unicode/Unicode.pm index 2baca89..6999e4b 100644 --- a/Unicode/Unicode.pm +++ b/Unicode/Unicode.pm @@ -258,8 +258,8 @@ Consider that "division by zero" of Encode :) =head1 SEE ALSO -L, L, L, -L, +L, L, L, +L, RFC 2781 L, From f1a5d3703f99d1909f3a485875e36fb2117d6e03 Mon Sep 17 00:00:00 2001 From: Michiel Beijen Date: Wed, 12 Jan 2022 20:02:35 +0100 Subject: [PATCH 3/4] update reference to Unicode chapter of The Camel --- Unicode/Unicode.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Unicode/Unicode.pm b/Unicode/Unicode.pm index 6999e4b..3f808b6 100644 --- a/Unicode/Unicode.pm +++ b/Unicode/Unicode.pm @@ -265,8 +265,8 @@ RFC 2781 L, The whole Unicode standard L -Ch. 15, pp. 403 of C -by Larry Wall, Tom Christiansen, Jon Orwant; -O'Reilly & Associates; ISBN 0-596-00027-8 +Ch. 6 pp. 275 of C +by Tom Christiansen, brian d foy & Larry Wall; +O'Reilly & Associates; ISBN 978-0-596-00492-7 =cut From 667245126e3c82d2d4ad24efc81e0c94fc987978 Mon Sep 17 00:00:00 2001 From: Michiel Beijen Date: Wed, 12 Jan 2022 20:03:37 +0100 Subject: [PATCH 4/4] fix trailing whitespace --- Unicode/Unicode.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unicode/Unicode.pm b/Unicode/Unicode.pm index 3f808b6..e7d7843 100644 --- a/Unicode/Unicode.pm +++ b/Unicode/Unicode.pm @@ -170,7 +170,7 @@ simply treated as a normal character (ZERO WIDTH NO-BREAK SPACE). When BE or LE is omitted during decode(), it checks if BOM is at the beginning of the string; if one is found, the endianness is set to -what the BOM says. +what the BOM says. =item *