<?php $pre = 'Ala miała kilka kotów.';$post = str_replace('ó', 'ó', $pre); var_dump($pre, $post);
Standard input is empty
string(30) "Ala miała kilka kotów." string(24) "Ala miała kilka kotów."
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!