Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

UTF8 vs SQLite

by nothingmuch (Priest)
on Sep 14, 2005 at 08:11 UTC ( [id://491787]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $foo->name("????"); # appearantly perlmonks isn't using [gaal]'s patch
    + ;-)
    # then later
    $foo->name =~ /\p{Hebrew}/;
    
  2. or download this
    $string = Encode::decode_utf($string);
    # or
    utf8::decode($string) if !utf8::is_utf8($string) and utf8::valid($stri
    +ng);
    ...
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://491787]
Approved by gargle
Front-paged by gargle
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found