Re: Issue 3376 in reviewboard: RBTools 0.6 - UnicodeEncodeError with ISO-8859-15

2014-07-10 Thread reviewboard

Updates:
Status: Incomplete

Comment #7 on issue 3376 by trowb...@gmail.com: RBTools 0.6 -  
UnicodeEncodeError with ISO-8859-15

http://code.google.com/p/reviewboard/issues/detail?id=3376

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3376 in reviewboard: RBTools 0.6 - UnicodeEncodeError with ISO-8859-15

2014-06-11 Thread reviewboard


Comment #5 on issue 3376 by nicolas@gmail.com: RBTools 0.6 -  
UnicodeEncodeError with ISO-8859-15

http://code.google.com/p/reviewboard/issues/detail?id=3376

Hello,

No, the issue is not causing only by this diff file. We have several others  
which generate the same error.


As you can see, in this file, there are some \xc3\xa9 characters in the  
file (not in the header). Corresponding world in the file are: données,  
supprimées, inutilisés.


Thanks.

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3376 in reviewboard: RBTools 0.6 - UnicodeEncodeError with ISO-8859-15

2014-06-11 Thread reviewboard


Comment #6 on issue 3376 by trowb...@gmail.com: RBTools 0.6 -  
UnicodeEncodeError with ISO-8859-15

http://code.google.com/p/reviewboard/issues/detail?id=3376

Does this particular .diff file produce the exact same text in the Error  
data part of the traceback?


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3376 in reviewboard: RBTools 0.6 - UnicodeEncodeError with ISO-8859-15

2014-06-09 Thread reviewboard


Comment #3 on issue 3376 by nicolas@gmail.com: RBTools 0.6 -  
UnicodeEncodeError with ISO-8859-15

http://code.google.com/p/reviewboard/issues/detail?id=3376

Hello,

Thanks for the correction in git.

About requested information, we use the following command:


rbt post \
--server=http://myserver/reviews \
--publish \
--disable-proxy \
--submit-as=$AUTHOR \
--description=$DESCRIPTION \
--summary=$SUMMARY \
--branch=$BRANCH \
--testing-done=$TEST \
--review-request-id=$RB \
--diff-filename=SVN.diff \
--username=username \
--password=password \
--debug


We use the same command for a french project (ISO-8859-15) and for  
an english project (UTF-8).
- For the first project, rbt post fails with the UnicodeEncodeError  
error.

- For the second one, it works well.

Subversion version is 1.7.16.

As requested, I attached an ISO-8859-15 version of the diff, so you can  
check the content of the file.

Data as been anonymize, but it does not change the content of the file.

If you need more information, don't hesitate to ask.

Thanks and regards.

Attachments:
filediff.diff  5.9 KB

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3376 in reviewboard: RBTools 0.6 - UnicodeEncodeError with ISO-8859-15

2014-06-09 Thread reviewboard


Comment #4 on issue 3376 by trowb...@gmail.com: RBTools 0.6 -  
UnicodeEncodeError with ISO-8859-15

http://code.google.com/p/reviewboard/issues/detail?id=3376

Does this particular .diff file cause the exact same error? It doesn't seem  
to contain the header (r\xc3\xa9vision 0) which is causing problems.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3376 in reviewboard: RBTools 0.6 - UnicodeEncodeError with ISO-8859-15

2014-06-07 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 3376 by trowb...@gmail.com: RBTools 0.6 -  
UnicodeEncodeError with ISO-8859-15

http://code.google.com/p/reviewboard/issues/detail?id=3376

There are multiple issues going on here. One is a failure in rbtools to  
show a good error. The other is a failure to parse the diff.


The fix for the error message is easy, but I need some more data about the  
reason why there's an error to begin with. Can you detail the exact steps  
that you performed (not just Create a new review with RBTools using  
ISO-8859-15 but the commands that you ran and what version control system  
you're using), and maybe even attach the diff here/email it to me privately?


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3376 in reviewboard: RBTools 0.6 - UnicodeEncodeError with ISO-8859-15

2014-06-07 Thread reviewboard


Comment #2 on issue 3376 by trowb...@gmail.com: RBTools 0.6 -  
UnicodeEncodeError with ISO-8859-15

http://code.google.com/p/reviewboard/issues/detail?id=3376

RBTools error fixed in git as of 608bae8

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.