<?php $test = quoted_printable_decode('Piotr Iksi=F1ski'); echo mb_check_encoding($test, 'UTF-8') ? "valid:" : "invalid:"; echo mb_detect_encoding($test, 'ASCII,UTF-8') ?: 'false';
You have javascript disabled. You will not be able to edit any code.