Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: Mixed Unicode and ANSI string comparisons?

by exilepanda (Friar)
on Dec 17, 2015 at 08:28 UTC ( [id://1150600]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    binmode STDOUT, ":utf8";
    my $unicodeStr = "..."; # assign your own Unicode char as I can't type
    + Unicode in here
    say for sort ($uniCodeStr, "user login" ) ;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1150600]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-03-28 08:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found