Skip to content

Fix binary encoding error on MR diffs

James Lopez requested to merge fix/encoding-binary-issue into master

CharlockHolmes does not return an encoding for binary strings and hence we fail when we can't detect this encoding. This prevents the error to happen. A better fix is in https://github.com/brianmario/charlock_holmes/pull/113

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/32670

Edited by James Lopez

Merge request reports