##// END OF EJS Templates
fix: updated command list mapping for mercurial 6.5, after client upgrade a new command can be given which is clonebundles_manifest, we marked it explicit as pull command. Also added few more commands, fixes RCCE-111
fix: updated command list mapping for mercurial 6.5, after client upgrade a new command can be given which is clonebundles_manifest, we marked it explicit as pull command. Also added few more commands, fixes RCCE-111

File last commit:

r5354:68e33808 default
r5484:aa514264 default
Show More
tuning-change-encoding.rst
22 lines | 692 B | text/x-rst | RstLexer
/ docs / admin / system_admin / tuning / tuning-change-encoding.rst
docs: updated documentation structure
r3693 .. _change-encoding:
Change Default Encoding
-----------------------
|RCE| uses ``utf8`` encoding by default. You can change the default encoding
docs: fixed config files path for editing settings...
r5354 in the :file:`config/_shared/rhodecode.ini` file. To
docs: updated documentation structure
r3693 change the default encoding used by |RCE|, set a new value for the
``default_encoding``.
.. code-block:: ini
# default encoding used to convert from and to unicode
# can be also a comma separated list of encoding in case of mixed
# encodings
default_encoding = utf8
.. note::
Changing the default encoding will affect many parts of your |RCE|
installation, including committers names,
file names, and the encoding of commit messages.