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

Mason component with utf8 text

by ph0enix (Friar)
on May 27, 2004 at 09:35 UTC ( [id://356848]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <% $text %>
    <%once>
    use Encode qw//;
    ...
    # decode back to utf8
    $text = Encode::decode_utf8($text);
    </%init>
    
  2. or download this
    <&| /lib/i18n &>
      <en>English text.</en>
      <cs>Czech text.</cs>
    #  ... another language can be added
    </&>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (8)
As of 2024-04-16 09:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found