Note : whenever the encoding of the PHP file is, the string is always "$retour = 'éî';" (no weird characters when converting, manually changed if not corresponding!)
Note : Forcing UTF-8 means to specify -Dfile.encoding=utf8 on the command line for Maven and JVM settings for the Eclipse plugin
Test_GPFixture1.php is Cp1252
Executing from the Repository View
Cp1252 (default) : result is ok
Forcing UTF-8 : result is not ok
Executing from Maven
Cp1252 (default) : result is ok
Forcing UTF-8 : result is ok
Test_GPFixture1.php is UTF-8
Executing from the Repository View
Cp1252 (default) : result is not ok
Forcing UTF-8 : result is not ok
Executing from Maven
Cp1252 (default) : result is not ok
Forcing UTF-8 : result is not ok
Running on Linux Ubuntu 64-bit (default encoding is UTF-8)