chars/letters problem
Hey there,
I'm having small problem with all the special chars ibeeing changed into hex values like polish ą (a with ',' if it doesn't show) turns into " & # 2 6 1 ; " after putting text like products descriptions and such into database
Things that bothers me is if all the words with special chars turned into hexes won't put an impact on the positioning in the search engines?
I have set the setlocale to @setlocale(LC_TIME, 'pl_PL.ISO8859-2'); the charset to iso-8859-2, i've also changed all that i could have in mysql db to use latin2.
I've tried to find somebody with similar problem but with no luck so I hope that it either isn't realy a problem or someone will have a solution for it as i'm giving up after 3 days of trying to solve that
Regards
K. Inutt
<?php
echo 'code is poetry';
?>