Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Unicode in Perl

by jesuashok (Curate)
on Oct 31, 2005 at 09:37 UTC ( [id://504199]=perlquestion: print w/replies, xml ) Need Help??

jesuashok has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Unicode in Perl
by dorward (Curate) on Oct 31, 2005 at 09:52 UTC

    Why should I need to learn Unicode programming in Perl.

    Its a standard way of using non-ASCII characters, which is very useful if (for instance) you want to talk about a café, or use Japanese.

    Is that used in Network programming in perl
    Is that used in Webprogramming in perl

    Yes.

Re: Unicode in Perl
by adrianh (Chancellor) on Nov 01, 2005 at 15:09 UTC
Re: Unicode in Perl
by EvanCarroll (Chaplain) on Oct 31, 2005 at 10:01 UTC
    If your using any programming that involves other languages, Unicode is the future. If you don't learn it, or of it, you could make a mistake such as:... thinking that each character, is one byte, which is isn't. By assumming each character is one byte, rather than using a unicode character library you make that code non-portable. Unicode characters can be upto 6 bytes (IIRC).


    Evan Carroll
    www.EvanCarroll.com

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-23 20:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found