Thread match anhand von unicode control code (10 answers)
Opened by miwieg at 2018-01-14 13:05

miwieg
 2018-01-14 13:33
#187906 #187906
User since
2006-07-16
59 Artikel
BenutzerIn
[default_avatar]
@rosti, vielen Dank für den Hinweis.
Leider weiß ich nicht genau, wie man die Konversion hinbekommt.
Wenn ich den String in Characters zerlege:

Code: (dl )
1
2
3
4
my @chars = split(//,$line);
foreach my $char(@chars){
if($char =~ /\x{263a}/){ ... }
}


funktioniert das ja nicht.

View full thread match anhand von unicode control code