Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
682d34c5
Verified
Commit
682d34c5
authored
Jun 02, 2020
by
Jan Alexander Steffens (heftig)
Browse files
matrix: Don't set encoding fallback
Seems to be buggy and doesn't detect proper UTF-8 correctly.
parent
6b3b7306
Pipeline
#196
failed with stage
in 1 minute and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/matrix/templates/irc-bridge.yaml.j2
View file @
682d34c5
...
...
@@ -380,7 +380,7 @@ ircService:
# Encoding fallback - which text encoding to try if text is not UTF-8. Default: not set.
# List of supported encodings: https://www.npmjs.com/package/iconv#supported-encodings
encodingFallback: "
CP1252
"
#
encodingFallback: "
ISO-8859-15
"
# Configuration for logging. Optional. Default: console debug level logging
# only.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment