Posted by robert.szczepanski on 07/08/07 10:32
Hi everybody;
I can't change polish sign to small letter.
This is my php script:
<?php
setlocale(LC_ALL, "pl_PL.UTF-8") ; //this function return
"pl_PL.UTF-8"
echo strtolower('ŻÓŁTA WODA');
?>
When I have executed my script
the polish letter has still capital.
The result is "ŻÓŁta woda" in my firefox.
The letter "TA WODA" change ok i.e "ta woda"
but polish letter no change good i.e. "ŻÓŁ" => "ŻÓŁ". it has still the
same.
I have tried to use: "header('Content-type: text/
html;charset=pl_PL.UTF-8'); " but
result has still the same.
Any sugestion or comment how to corrent change this sign to small
letter I am greatly appreciated.
Robert.
[Back to original message]
|