Thread Problem mit Umlauten (jQuery) split (2 answers)
Opened by Klabund at 2012-11-05 12:52

Gast Klabund
 2012-11-05 10:37
#163055 #163055
Versuch dies im Perl-Script:

Code (perl): (dl )
1
2
3
4
5
6
7
8
9
use CGI;
my $q = new CGI;
use Encode;
print $q->header;
print $q->start_html;
my $wert = $q->param('wert');
$wert = decode utf8=>$wert;
print "$wert";
print $q->end_html;


modedit Editiert von GwenDragon: CODE-Tags hinzugefĆ¼gt, bitte http://www.perl-community.de/bat/poard/markup_help... lesen

Splitted from Problem mit Umlauten (jQuery) msg #155152
Last edited: 2012-11-05 12:52:02 +0100 (CET)

View full thread Problem mit Umlauten (jQuery) split