<?php // UTF-8 ő $text = "xZE="; echo mb_detect_encoding(base64_decode($text), 'utf-8,windows-1252,iso-8859-1,iso-8859-2'), "\n"; $text = "árvíztűrőfúrógép"; echo mb_detect_encoding($text, 'utf-8,windows-1252,iso-8859-1,iso-8859-2'), "\n";
You have javascript disabled. You will not be able to edit any code.