##// END OF EJS Templates
updated setup docs about encoding
marcink -
r2017:03a549b3 beta
parent child Browse files
Show More
@@ -346,7 +346,6 b' All other LDAP settings will likely be s'
346 appropriately configured.
346 appropriately configured.
347
347
348
348
349
350 Authentication by container or reverse-proxy
349 Authentication by container or reverse-proxy
351 --------------------------------------------
350 --------------------------------------------
352
351
@@ -462,6 +461,17 b' To add another custom hook simply fill i'
462 can be found at *rhodecode.lib.hooks*.
461 can be found at *rhodecode.lib.hooks*.
463
462
464
463
464 Changing default encoding
465 -------------------------
466
467 By default RhodeCode uses utf8 encoding, starting from 1.3 series this
468 can be changed, simply edit default_encoding in .ini file to desired one.
469 This affects many parts in rhodecode including commiters names, filenames,
470 encoding of commit messages. In addition RhodeCode can detect if `chardet`
471 library is installed. If `chardet` is detected RhodeCode will fallback to it
472 when there are encode/decode errors.
473
474
465 Setting Up Celery
475 Setting Up Celery
466 -----------------
476 -----------------
467
477
General Comments 0
You need to be logged in to leave comments. Login now