diff options
| author | Sean McGivern <sean@gitlab.com> | 2018-02-28 10:22:04 +0000 |
|---|---|---|
| committer | Sean McGivern <sean@gitlab.com> | 2018-02-28 10:22:04 +0000 |
| commit | b3c096cddc395080f563a35f933620294f7cbcb0 (patch) | |
| tree | b4081d236fdfeab89c93e3c71e4c0b5187292e42 /changelogs | |
| parent | 4371f845649deaf6bf31f0a675b33f1d58f64de4 (diff) | |
| download | gitlab-ce-b3c096cddc395080f563a35f933620294f7cbcb0.tar.gz | |
Fix code search results with non-ASCII data43531-500-error-searching-wiki-incompatible-character-encodings-utf-8-and-ascii-8bit
Gitlab::Git::Popen#popen now returns ASCII-8BIT (binary) data always, so we need
to handle that explicitly.
Diffstat (limited to 'changelogs')
| -rw-r--r-- | changelogs/unreleased/43531-500-error-searching-wiki-incompatible-character-encodings-utf-8-and-ascii-8bit.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/43531-500-error-searching-wiki-incompatible-character-encodings-utf-8-and-ascii-8bit.yml b/changelogs/unreleased/43531-500-error-searching-wiki-incompatible-character-encodings-utf-8-and-ascii-8bit.yml new file mode 100644 index 00000000000..173710412a5 --- /dev/null +++ b/changelogs/unreleased/43531-500-error-searching-wiki-incompatible-character-encodings-utf-8-and-ascii-8bit.yml @@ -0,0 +1,5 @@ +--- +title: Fix code and wiki search results pages when non-ASCII text is displayed +merge_request: 17413 +author: +type: fixed |
