![]() |
|
more useful options | |
PerlMonks |
Re: Unicode in Perlby EvanCarroll (Chaplain) |
on Oct 31, 2005 at 10:01 UTC ( #504211=note: print w/replies, xml ) | Need Help?? |
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
In Section
Seekers of Perl Wisdom
|
|