perl-unicode

Re: Unicode aware module

1999-06-13 02:31:21
On Fri, Jun 11, 1999 at 10:41:54AM -0700, Gurusamy Sarathy wrote:
+my %bits = (
       ^^^^
+    # only HINT_UTF8 supported for now
+    encoding => 0x8
+);
+
+sub bits {
+    my $bits = 0;
+    for my $s (@_) { $bits |= $bitmask{$s} || 0; };
                                  ^^^^^^^
shouldn't that be "bits"?

-- 
The idea is that the first face shown to people is one they can readily
accept - a more traditional logo. The lunacy element is only revealed
subsequently, via the LunaDude. [excerpted from the Lunatech Identity Manual]

<Prev in Thread] Current Thread [Next in Thread>