Re: Re: Antwort: Re: problem with mutated vowel in log-message-contents

2011-02-22 Thread Daniel Shahaf
Tony Sweeney wrote on Tue, Feb 22, 2011 at 11:52:09 -: > Which is why you should probably use iconv(1) or any of the APIs listed here: > > http://www.unicodetools.com/ > +1 to iconv. In reality, the editor-cmd.sh script will check whether the log message (which, again, will be argv[1]) is i

RE: Re: Antwort: Re: problem with mutated vowel in log-message-contents

2011-02-22 Thread Tony Sweeney
> -Original Message- > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Sent: 22 February 2011 09:34 > To: Johan Corveleyn > Cc: Thomas STEININGER; Stephen Connolly; users@subversion.apache.org > Subject: Re: Re: Antwort: Re: problem with mutated vowel in >

Re: Re: Antwort: Re: problem with mutated vowel in log-message-contents

2011-02-22 Thread Daniel Shahaf
Daniel Shahaf wrote on Tue, Feb 22, 2011 at 11:26:25 +0200: > Johan Corveleyn wrote on Tue, Feb 22, 2011 at 09:43:25 +0100: > > So, all that being said, what Daniel means is that you could apply > > something like: > > > > svn propedit --revprop -r $REV --editor-cmd 'perl -pi -e > > "s/\\xfc/\

Re: Re: Antwort: Re: problem with mutated vowel in log-message-contents

2011-02-22 Thread Daniel Shahaf
Johan Corveleyn wrote on Tue, Feb 22, 2011 at 09:43:25 +0100: > So, all that being said, what Daniel means is that you could apply > something like: > > svn propedit --revprop -r $REV --editor-cmd 'perl -pi -e > "s/\\xfc/\\xc3\\xbc/g"' > > to all revisions (REV) that need to be corrected (eit

Re: Re: Antwort: Re: problem with mutated vowel in log-message-contents

2011-02-22 Thread Johan Corveleyn
[ Please do not top-post on this list, i.e. put your reply inline or below the thing you're replying to. Also, if possible, use plain-text email. More below ... ] On Tue, Feb 22, 2011 at 8:27 AM, Thomas STEININGER wrote: > Daniel Shahaf > > Thomas STEININGER wrote on Tue, Feb 22, 2011 at 07:39:4