Re: Not able to update diff with umlaut characters

2020-05-17 Thread Vinayak Awasare
Hi Christian, Thanks for reply. We will check issue from our side once again. Regards, Vinayak On Monday, May 18, 2020 at 9:40:27 AM UTC+5:30, Christian Hammond wrote: > > So a couple of issues that I'm seeing (and it may not be limited to these): > > 1) Your diff file doesn't appear to be UTF

Re: Not able to update diff with umlaut characters

2020-05-17 Thread Christian Hammond
So a couple of issues that I'm seeing (and it may not be limited to these): 1) Your diff file doesn't appear to be UTF-8. There's some other encoding in the filenames. You might have to figure out the situation there and deal with it on your end. Encodings and diffs and filenames are a giant mess

Re: Not able to update diff with umlaut characters

2020-05-09 Thread Vinayak Awasare
Hi Christian, Thanks for reply. *Please find attached diff zip file.* *Following is my code which is uploading diff* f = open("D:\\gen_diff.diff", mode="r") diff_contents = f.read() f.close() review_request.get_diffs().upload_diff(diff_contents)

Re: Not able to update diff with umlaut characters

2020-05-08 Thread Christian Hammond
Thanks, Vinayak, Would you mind outputting the diff to a file and zipping it in some form, and then sending it here? That’ll help preserve encodings, which will be necessary to take a closer look. I can’t promise I can get you a resolution right away, as I’m extremely swamped right now, but if we

Re: Not able to update diff with umlaut characters

2020-05-08 Thread Vinayak Awasare
Hi Christian, Thanks for quick response. My RBTools version : RBTools 1.0.3 ReviewBoard server 3.0.15 My diff : in this diff "*Kächele" *word contains umlaut character --- //Bcmtools_S/CDE2020-DEV-VA/Tools/Test/*Kächele*/Resources.fr.resx //Bcmtools_S/CDE2020

Re: Not able to update diff with umlaut characters

2020-05-08 Thread Christian Hammond
Can you show me an RBTools debug log using the new release? Christian On Thu, May 7, 2020 at 23:54 Vinayak Awasare wrote: > Hi Christian, > > Did you get a chance to look at this issue ? > We are still facing issues in dealing with special characters like umlaut. > > Really appreciate your hel

Re: Not able to update diff with umlaut characters

2020-05-07 Thread Vinayak Awasare
Hi Christian, Did you get a chance to look at this issue ? We are still facing issues in dealing with special characters like umlaut. Really appreciate your help. Regards, Vinayak On Wednesday, March 25, 2020 at 1:07:42 PM UTC+5:30, Vinayak Awasare wrote: > > Thanks Christian for quick response

Re: Not able to update diff with umlaut characters

2020-03-25 Thread Vinayak Awasare
Thanks Christian for quick response. We are using ReviewBoard version : 3.0.15 Please inform me once this issue will be fixed, i will be waiting for reply. Regards, Vinayak On Wednesday, March 25, 2020 at 5:59:57 AM UTC+5:30, Christian Hammond wrote: > > This *might* be due to a bug that will

Re: Not able to update diff with umlaut characters

2020-03-24 Thread Christian Hammond
This *might* be due to a bug that will be fixed in RBTools (planning for this week). Keep an eye out on this mailing list and I'll post when that's out. What version of Review Board is being run there? Christian On Fri, Mar 20, 2020 at 9:19 PM Vinayak Awasare < vinayak.awasare...@gmail.com> wrot

Re: Not able to update diff with umlaut characters

2020-03-20 Thread Vinayak Awasare
diff_contents = ''' --- //Bcmtools_S/CDE2020-DEV/Tools/Test/*Kächele*/Resources.fr.resx //Bcmtools_S/CDE2020-DEV/Tools/Test/Kächele/Resources.fr.resx#1 +++ //Bcmtools_S/CDE2020-DEV/Tools/Test/*Kächele*/Resources.fr.resx 2020-03-18 12:15:41 @@ -3,7 +3,7 @@  > Thanks for Quick Respon

Re: Not able to update diff with umlaut characters

2020-03-19 Thread Vinayak Awasare
Thanks for Quick Response 1. It looks like you’re using some custom tool to post this. Can you detail what your workflow looks like? Ans -> Following is workflow of my rbtools client i) Connect with perforce and get changelist info and file list For example file list : ['//Depo_Name/Branch/To

Re: Not able to update diff with umlaut characters

2020-03-18 Thread David Trowbridge
Hi, A couple questions: 1. It looks like you’re using some custom tool to post this. Can you detail what your workflow looks like? 2. Can you get (or ask your server administrator to get) the error from the server log? David On Thu, Mar 19, 2020 at 12:26 AM Vinayak Awasare < vinayak.awasare...