Skip to content

Commit

Permalink
Merge pull request #12116 from nextcloud/fix/text_config_formatting
Browse files Browse the repository at this point in the history
fix(admin_manual): Fix formatting in text app configuration docs
  • Loading branch information
mejo- authored Aug 21, 2024
2 parents ffffcf8 + 2257b67 commit 911abcb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions admin_manual/configuration_server/text_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ Rich text editing can be turned off globally to always open markdown files in th
occ config:app:set text rich_editing_enabled --value=0


File encodings
--------------
File encodings
--------------

Text can automatically detect encodings of files and will convert them to UTF-8 when saving. Due to the variety of encodings, not all of them can be detected, however you can configure a list of encodings and in which priority they should be detected using the php ``mbstring.detect_order`` setting in your php.ini:
Text can automatically detect encodings of files and will convert them to UTF-8 when saving. Due to the variety of encodings, not all of them can be detected, however you can configure a list of encodings and in which priority they should be detected using the php ``mbstring.detect_order`` setting in your php.ini:

::

mbstring.detect_order = ASCII,JIS,UTF-8,SJIS,EUC-JP
mbstring.detect_order = ASCII,JIS,UTF-8,SJIS,EUC-JP

0 comments on commit 911abcb

Please sign in to comment.