Aaron Sherman <[EMAIL PROTECTED]> wrote: > So, why is that:
> "my dog Fiffi":language("blah") eq "my dog Fi\x{fb03}":langauge("blah") > and not > use language "blah"; > "my dog Fiffi" eq "my dog Fi\x{fb03}" What, if this is: $dog eq "my dog Fi\x{fb03}" and C<$dog> hasn't some language info attached? leo