Hi, found a interesting problem during testing our web application.
I have application on localhost (Windows) and online testing server (Linux). Both are connected to same DB (on Linux server). When I tried to edit one text field through form in application located on Linux server it crop diacritics from result and save it to DB without it. But when I tried the same action, with the same code on locahost (Windows) it save whole text with diacritics right as I wrote it.
I've tried to check PHP configuration, but I have exact same configuration on both machines.
Does anybody have an idea where should I have to look to find what problem should cause that ?