Hello David, Alexey,
with your help, I could solve the problem for me.
Thanks!
For who is interested in my workaround:
Yes, "chcp 1252" plus Lucida Console breaks the Cygwin output.
I first thought of wrapping all Cygwin commands into batch
scripts, like grep.bat containing "chcp 850; grep %*;
gt; And the correct characters from the console turn into
> black rectangles in vi.
>
> Paul.
>
>
>> -Ursprüngliche Nachricht-
>> Von: David Huang [mailto:k...@azeotrope.org]
>> Gesendet: Samstag, 30. Oktober 2010 22:05
>> An: users@subversion.apache.org
>&g
On Oct 30, 2010, at 3:43 PM, Paul Maier wrote:
> Hello David,
>
> thank you! I have added "chcp 1252" at the top of my script
> and the result is strange. I attach a screen shot to this
> mail - hopefully it makes through the list.
>
> With "chcp 1252" it's like this:
>
> 1. output on the con
On Oct 30, 2010, at 2:56 PM, Paul Maier wrote:
> Hello,
>
> who has advice for the following problem on a DOS console of a Windows XP SP3
> machine.
> "svn cat" doesn't display German umlaut characters (neither does Windows'
> built in type command).
> Whereas a "svn cat > b; cat b" (cat comma
Hello,
who has advice for the following problem on a DOS console of a Windows XP SP3
machine.
"svn cat" doesn't display German umlaut characters (neither does Windows' built
in type command).
Whereas a "svn cat > b; cat b" (cat command comes from cygwin) displays
correctly.
That means: "svn ca