Hi,
I would like to replace polish character such as:
to standard characters:Code:ąśęółńćźż
I'm using at my forum ISO-8859-2 charset.Code:aseolnczz
I converted polish caracters up and lowercase to NCR:
But this has no effect.Code:'ą'=>'a' 'Ą'=>'a' 'ę'=>'e' 'Ę'=>'e' 'ó'=>'o' 'Ó'=>'o' 'ś'=>'s' 'Ś'=>'s' 'ł'=>'l' 'Ł'=>'l' 'ż'=>'z' 'Ż'=>'z' 'ź'=>'z' 'Ź'=>'z' 'ć'=>'c' 'Ć'=>'c' 'ń'=>'n' 'Ń'=>'n'
Please help me... How can I change polish specia characters to standard letters?
example:
hxxp://xxxxxxxxxxx/filmy-pe-nometra-owe/ ( second and third '-' means deleted polish character)
to
hxxp://xxxxxxxxxxx/filmy-pelnometrazowe/


LinkBack URL
About LinkBacks





Reply With Quote
