##// END OF EJS Templates
routing: use a common method to extract the f_path for repo views....
routing: use a common method to extract the f_path for repo views. The extra slashes can cause odd issues with GIT, the previous pylons code had a fix in routing. This ports this fix into pyramid helper in base app.

File last commit:

r1:854a839a default
r1929:0c7b3df6 default
Show More
tuning-change-encoding.rst
22 lines | 715 B | text/x-rst | RstLexer
/ docs / admin / tuning-change-encoding.rst

Change Default Encoding

|RCE| uses utf8 encoding by default. You can change the default encoding in the :file:`/home/{user}/.rccontrol/{instance-id}/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.