Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: Unicode and Regexps: convert or am I missing something?

by dakkar (Hermit)
on Jun 02, 2005 at 10:13 UTC ( #462840=note: print w/replies, xml ) Need Help??


in reply to Re^2: Unicode and Regexps: convert or am I missing something?
in thread Unicode and Regexps: convert or am I missing something?

use Encode; my $string=Encode::decode('UTF-16LE',$data_from_google); $string=~/what you want/;

from_to is the wrong function to use. It converts between byte strings, but to correctly work with regexp you need character strings, so you need to use decode

-- 
        dakkar - Mobilis in mobile

Most of my code is tested...

Perl is strongly typed, it just has very few types (Dan)

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2023-03-30 18:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (74 votes). Check out past polls.

    Notices?