It´s a combination between PHP 5.5.9, Fedora 20 Apache 2.4 and MySql 5.1 When I run the php application on this configuration it and bring up strings with swedish chars in - the system filters these whole strings so they don´t reach the client. Version-Release number of selected component (if applicable): php 5.5.9, Fedora 20, Apache 2.4 Mysqql 5.1 (on another server) How reproducible: Evry time Steps to Reproduce: 1.Just run the application 2. 3. Actual results: Strings with swedish special chars (åäö) disapear. Expected results: Strings with swedish chars Additional info: The same application works fine in ffolowing setup Fedora 7, php 5.3.? Apache 2.2 and Mysql 5.1 (same server as above)
I am not sure this is a problem with localization. It looks to me like this is a problem either with the app - e.g. the app is not using utf8 or somewhere else in the chain. You should narrow it down. 1. simply do a query in console from mysql where the string is 2. run php to query the mysql 3. report where the string disappears create a minimal test case if possible - few SQL lines with approriate strings, php that reads it...
Please provide a simple reproducer. But web application using UTF-8 string have no issue, so I rather think to a configuration issue.
As can't reproduce, and no reproducer provided, closing.