Second problem with polish charset is inside mod_rewrite - i.e. when I see deatils: http://www.oregoninfragard.com/al-30...351/%c7i%e7ek/
you can see %cy which should be a polish letter. but that polish letter should be changed to letter "c" - normally it is ç.
we have teh following leeters:
ą -> after mod_rewrite should be a
ç -> c
ş -> s
ö -> o
ğ -> g
and so on ... can you help me to put changes into php code to make mod_rewrite correct for polish charset ?


