Thread Über Usereingaben und UTF8 (8 answers)
Opened by esskar at 2006-01-26 08:25

Crian
 2006-01-26 15:54
#62313 #62313
User since
2003-08-04
5866 Artikel
ModeratorIn
[Homepage]
user image
Quote
The "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.


jup

Edit: grats zur Wachablösung an der Beitragsspitze :-)\n\n

<!--EDIT|Crian|1138283767-->
s--Pevna-;s.([a-z]).chr((ord($1)-84)%26+97).gee; s^([A-Z])^chr((ord($1)-52)%26+65)^gee;print;

use strict; use warnings; Link zu meiner Perlseite

View full thread Über Usereingaben und UTF8