##// END OF EJS Templates
feat(configs): deprecared old hooks protocol and ssh wrapper....
feat(configs): deprecared old hooks protocol and ssh wrapper. New defaults are now set on v2 keys, so previous installation are automatically set to new keys. Fallback mode is still available.

File last commit:

r5354:68e33808 default
r5496:cab50adf default
Show More
tuning-change-encoding.rst
22 lines | 692 B | text/x-rst | RstLexer
/ docs / admin / system_admin / tuning / tuning-change-encoding.rst

Change Default Encoding

|RCE| uses utf8 encoding by default. You can change the default encoding in the :file:`config/_shared/rhodecode.ini` file. To change the default encoding used by |RCE|, set a new value for the default_encoding.

# 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.