RE: Bug patching Unicode files

2016-11-25 Thread Hugo González
On Fri, Nov 25, 2016 at 14:32 PM +0100, Stefan Sperling wrote: > Hi Hugo, > > Subversion only supports Unicode it if is encoded as UTF-8. > > Unicode represented in encodings other than UTF-8 is usually treated like a binary file. Fixing this would be a major effort. > See https://issues.apache.org

Re: Bug patching Unicode files

2016-11-25 Thread Stefan Sperling
On Fri, Nov 25, 2016 at 01:38:02PM +0100, Hugo González wrote: > Apart from that, I tried to fix the diff file myself, just to check if the > error was only during the generation of the diff file or also to apply an > Unicode diff file. I edited the “changes.diff” file using Notepad++ and > removed

RE: Bug patching Unicode files

2016-11-25 Thread Hugo González
Apart from that, I tried to fix the diff file myself, just to check if the error was only during the generation of the diff file or also to apply an Unicode diff file. I edited the “changes.diff” file using Notepad++ and removed the “\0” codes, so I had an ANSI diff file called “changes_fixed.diff”