Skip to content

[13.8] Fix 500 errors in Wiki pages with trailers containing UTF-8

Stan Hu requested to merge fix-commit-trailer-13-8 into 13-8-stable

This ports !3160 (merged) to 13-8-stable.

When Wiki pages have trailers such as Signed-Off-By that include UTF-8 characters, users would see encoding errors because Protobuf requires calling the .b method on a UTF-8 encoded string (https://github.com/protocolbuffers/protobuf/issues/4228).

Relates to gitlab#301154 (closed)

Edited by Stan Hu

Merge request reports