Help for this page
DB<11> x $str 0 'Künzler' ... 0 8 DB<14> x substr($str,0,3) 0 'Kü'
DB<20> x Encode::decode('utf8', $str) 0 'K?nzler'