Comment #7 on issue 1735 by [email protected]: Perforce clients not adding the charset
http://code.google.com/p/reviewboard/issues/detail?id=1735

The only lines I added on the top portion were:

  if (str(repository.encoding)):
    self.p4.charset = str(repository.encoding)

so, you should look at the other lines to see how they were accessing the repository configuration on your version. You should not define repository as a global name yourself. You have to use whatever is being used already.

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.

Reply via email to