in reply to Re^2: print Unicode characters
in thread print Unicode characters
#!/usr/bin/perl use strict; use encoding 'utf8'; use charnames ':full'; print "\N{LATIN CAPITAL LETTER N WITH DOT ABOVE}\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: print Unicode characters
by graff (Chancellor) on Jun 15, 2010 at 01:55 UTC |