<?php header('Content-Type: text/html; charset=cp437'); echo sprintf("%'─7s", "ABC").PHP_EOL; $e = iconv('UTF-8', 'cp437', '─'); echo sprintf("%'%s7s", $e, "ABC"); // GOOD
You have javascript disabled. You will not be able to edit any code.