Hi Rodolfo, Any valid Python encoding type can be used, and you can specify a comma-separated list of encodings to try. It will try each encoding in the list until it gets something that appears to work. By default, it tries "utf-8" (always) and "iso-8559-15" (if not encodings are specified for the repository).
You can find a list of standard encodings here: https://docs.python.org/2/library/codecs.html#standard-encodings Christian On Fri, Sep 15, 2017 at 1:46 PM, Rodolfo Gomes Dias < [email protected]> wrote: > Which are the valid values that I can use on the field encoding under the > option Advanced Settings on review board admin? > As I am facing several bugs regarding the encoding of the files on my > repository, I am looking for a configuration that forces the use of a > particular enconding inside the review board software running on the server > despite the encoding used by each user on its IDE. > > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "reviewboard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Christian Hammond President/CEO of Beanbag <https://www.beanbaginc.com/> Makers of Review Board <https://www.reviewboard.org/> -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
