eos-13

Results 1 issues of eos-13

Some utf8 encoded string don't work after being process. In indenter.php: replace l75 ``` php $input = preg_replace('/\s{2,}/', ' ', $input); ``` with ``` php $input = preg_replace('/\s{2,}/u', ' ',...