Thread regex utf8 and umlaut (9 answers)
Opened by curupira at 2013-07-26 14:20

Gast curupira
 2013-07-26 16:11
#169169 #169169
OK. Found it. thanks for the hint on devel::peek. the UTF8-flag was missing at my variables. so

Code: (dl )
1
2
use Encode;
$text=Encode::decode_utf8("ö");

did the trick.

thanks for help.
Last edited: 2013-07-26 16:13:42 +0200 (CEST)

View full thread regex utf8 and umlaut