Hi all,
Since commit bfc61051 [1] the build is failing. The error is 'mb_convert_encoding(): Illegal character encoding specified' [2] which seems to be unrelated to the commit. Any clues?
[1] https://github.com/phpmyadmin/phpmyadmin/commit/bfc61051b78f562914d12b60e0ae... [2] https://travis-ci.org/phpmyadmin/phpmyadmin/jobs/41560886
Hi
Dne Thu, 20 Nov 2014 11:44:49 +0530 Madhura Jayaratne madhura.cj@gmail.com napsal(a):
Since commit bfc61051 [1] the build is failing. The error is 'mb_convert_encoding(): Illegal character encoding specified' [2] which seems to be unrelated to the commit. Any clues?
The libraries/relation.lib.php was converted to iso-8859-1 on one commit causing this error.
On Thu, Nov 20, 2014 at 2:28 PM, Michal Čihař michal@cihar.com wrote:
Hi
Dne Thu, 20 Nov 2014 11:44:49 +0530 Madhura Jayaratne madhura.cj@gmail.com napsal(a):
Since commit bfc61051 [1] the build is failing. The error is 'mb_convert_encoding(): Illegal character encoding specified' [2] which seems to be unrelated to the commit. Any clues?
The libraries/relation.lib.php was converted to iso-8859-1 on one commit causing this error.
Thanks Michal.