UTF-8 fix
[?]
Apr 14, 2015, 1:20 PM
5KWIPCUK733Q6IL6YSGFJGPUFTPGIVWC7JYEYHH2CRGJUGPKDDBQCDependencies
- [2]
IMQRX4MPhydra-eval-jobs: Use JSON instead of XML - [3]
WVD3YYONhydra-evaluator: Add some debug code - [4]
3XTHEUMP* Implemented the clone feature. - [5]
A43SLRSHFix handling of IPC::Run::run exit status - [*]
OOQ2D3KC* Refactoring: move fetchInput out of hydra_scheduler into a separate - [*]
AKRVETP5Handle UTF-8 characters in eval error messages
Change contents
- edit in src/lib/Hydra/Helper/AddBuilds.pm at line 5[8.10][2.1935]
use Encode; - replacement in src/lib/Hydra/Helper/AddBuilds.pm at line 349
. ":\n" . ($stderr ? $stderr : "(no output)\n"). ":\n" . ($stderr ? decode("utf-8", $stderr) : "(no output)\n")