develooper Front page | perl.perl5.porters | Postings from April 2008

Unicode 5.1.0

Thread Next
From:
Nicholas Clark
Date:
April 6, 2008 00:31
Subject:
Unicode 5.1.0
Message ID:
20080406073119.GC70966@plum.flirble.org
Dominoes. Mahjong. Uppercase ß.

And useful stuff too: http://unicode.org/versions/Unicode5.1.0/

Nicholas Clark

----- Forwarded message from Nicholas Clark <nwc10+p5p4@colon.colondot.net> -----

Envelope-to: nick@ccl4.org
Delivery-date: Sat, 05 Apr 2008 14:16:35 +0100
Mailing-List: contact perl5-changes-help@perl.org; run by ezmlm
Delivered-To: mailing list perl5-changes@perl.org
Delivered-To: perl5-changes@perl.org
From: Nicholas Clark <nwc10+p5p4@colon.colondot.net>
To: "Anybody And Everybody" <perl5-changes@perl.org>
Subject: Change 33648: UCD 5.1.0
Date: Sat,  5 Apr 2008 06:15:09 -0700 (PDT)

Change 33648 by nicholas@nicholas-saigo on 2008/04/05 13:03:18

	UCD 5.1.0

Affected files ...

... //depot/perl/lib/Unicode/UCD.t#28 edit
... //depot/perl/lib/unicore/ArabicShaping.txt#7 edit
... //depot/perl/lib/unicore/BidiMirroring.txt#7 edit
... //depot/perl/lib/unicore/Blocks.txt#7 edit
... //depot/perl/lib/unicore/CaseFolding.txt#7 edit
... //depot/perl/lib/unicore/CompositionExclusions.txt#6 edit
... //depot/perl/lib/unicore/EastAsianWidth.txt#6 edit
... //depot/perl/lib/unicore/HangulSyllableType.txt#5 edit
... //depot/perl/lib/unicore/Index.txt#5 edit
... //depot/perl/lib/unicore/Jamo.txt#6 edit
... //depot/perl/lib/unicore/LineBreak.txt#7 edit
... //depot/perl/lib/unicore/NamedSequences.txt#3 edit
... //depot/perl/lib/unicore/NamesList.txt#6 edit
... //depot/perl/lib/unicore/NormalizationCorrections.txt#4 edit
... //depot/perl/lib/unicore/PropList.txt#8 edit
... //depot/perl/lib/unicore/PropertyAliases.txt#6 edit
... //depot/perl/lib/unicore/ReadMe.txt#8 edit
... //depot/perl/lib/unicore/Scripts.txt#7 edit
... //depot/perl/lib/unicore/SpecialCasing.txt#8 edit
... //depot/perl/lib/unicore/StandardizedVariants.txt#4 edit
... //depot/perl/lib/unicore/UnicodeData.txt#9 edit
... //depot/perl/lib/unicore/version#8 edit
... //depot/perl/t/uni/class.t#12 edit

Differences ...

==== //depot/perl/lib/Unicode/UCD.t#28 (text) ====
Index: perl/lib/Unicode/UCD.t
--- perl/lib/Unicode/UCD.t#27~32877~	2008-01-06 09:54:19.000000000 -0800
+++ perl/lib/Unicode/UCD.t	2008-04-05 06:03:18.000000000 -0700
@@ -254,7 +254,7 @@
 is($bt->{L}, 'Left-to-Right', 'L is Left-to-Right');
 is($bt->{AL}, 'Right-to-Left Arabic', 'AL is Right-to-Left Arabic');
 
-is(Unicode::UCD::UnicodeVersion, '5.0.0', 'UnicodeVersion');
+is(Unicode::UCD::UnicodeVersion, '5.1.0', 'UnicodeVersion');
 
 use Unicode::UCD qw(compexcl);
 
@@ -325,7 +325,7 @@
 {
     my $r1 = charscript('Latin');
     my $n1 = @$r1;
-    is($n1, 35, "number of ranges in Latin script (Unicode 5.0.0)");
+    is($n1, 42, "number of ranges in Latin script (Unicode 5.0.0)");
     shift @$r1 while @$r1;
     my $r2 = charscript('Latin');
     is(@$r2, $n1, "modifying results should not mess up internal caches");

...
[snip 12780 lines]
...
==== //depot/perl/lib/unicore/version#8 (text) ====
Index: perl/lib/unicore/version
--- perl/lib/unicore/version#7~28788~	2006-09-05 17:35:15.000000000 -0700
+++ perl/lib/unicore/version	2008-04-05 06:03:18.000000000 -0700
@@ -1 +1 @@
-5.0.0
+5.1.0

==== //depot/perl/t/uni/class.t#12 (text) ====
Index: perl/t/uni/class.t
--- perl/t/uni/class.t#11~29317~	2006-11-18 09:02:38.000000000 -0800
+++ perl/t/uni/class.t	2008-04-05 06:03:18.000000000 -0700
@@ -4,7 +4,7 @@
     require "test.pl";
 }
 
-plan tests => 4784;
+plan tests => 4876;
 
 sub MyUniClass {
   <<END;
End of Patch.

----- End forwarded message -----

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About