# instead of use utf8; my $s = "göre"; #### # I prefer to use use charnames; my $s = "g\N{LATIN SMALL LETTER O WITH DIAERESIS}re";