Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Encode - can't set utf8 flag on + strange warnings in Apache log

by ph0enix (Friar)
on Dec 05, 2003 at 15:36 UTC ( [id://312540]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub init {
      my $q          = CGI->new;
    ...
    #  print STDERR "\tflg3: \t", Encode::is_utf8($res) ? 1 : 0, "\n";
      return $res;
    }
    
  2. or download this
    value: 'some note'
            flg1:   0 - original
            flg2:   0 - after decode_utf8()
            flg3:   0 - after _utf8_on()
    
  3. or download this
    Use of uninitialized value in require at (eval 35) line 6, <FH> line 9
    + (#2)
    [Fri Dec  5 16:23:17 2003] -e: Use of uninitialized value in require a
    +t (eval 35) line 6, <FH> line 9.
    ...
            line 137, <FH> line 9 (#2)
    [Fri Dec  5 16:23:17 2003] -e: Use of uninitialized value in do "file"
    + at /usr/lib/perl5/5.8.0/utf8_heavy.pl line 137, <FH> line 9.
    [Fri Dec  5 16:23:17 2003] -e: Use of uninitialized value in do "file"
    + at /usr/lib/perl5/5.8.0/utf8_heavy.pl line 137, <FH> line 9.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-20 01:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found