|
|
| Think about Loose Coupling | |
| PerlMonks |
[5.8.0 Note] A Sub Named Sigmaby Zaxo (Archbishop) |
| on Nov 25, 2002 at 12:00 UTC ( #215594=perlmeditation: print w/ replies, xml ) | Need Help?? |
|
Plinking at unicode support in perl 5.8.0, I've succeeded in naming a sub Σ - "\N{GREEK CAPITOL LETTER SIGMA}", or Σ. The byte sequence for that is 0xD3 0x8E. This may be tough to paste accurately, but it's a chance to see how it gets encoded and rendered, too. As I feared, I haven't found a way to paste utf8 into moz without 'helpful' interventions. The above is as rendered by vim, mangled by X. Anybody know how to do this? Properly displayed, the sub and call read: Here's a one-liner to patch the listing (assuming ISO-8859-1):
perl -pi.bak -e's/Ó~N/\xD3\x8E/' sigma.pl After Compline,
Back to
Meditations
|
|
||||||||||||||||||||||||||||||||