Leser: 2
9 Einträge, 1 Seite |
use utf8;
QuoteThe "use utf8" pragma tells the Perl parser to allow UTF-8 in the
program text in the current lexical scope (allow UTF-EBCDIC on EBCDIC
based platforms). The "no utf8" pragma tells Perl to switch back to
treating the source text as literal bytes in the current lexical scope.
9 Einträge, 1 Seite |