Re: Add German translation for xcopy

2008-06-12 Thread Francois Gouget
On Wed, 11 Jun 2008, Mikołaj Zalewski wrote: > > >Does this work for you? When I apply the attached patch and run > > > >wine xcopy /? > > > >I get garbled German umlauts in the output (also tried with > >SUBLANG_NEUTRAL) . Is it the same for you? > > > > > Wine console applications output i

Re: Add German translation for xcopy

2008-06-11 Thread Mikołaj Zalewski
>Does this work for you? When I apply the attached patch and run > >wine xcopy /? > >I get garbled German umlauts in the output (also tried with >SUBLANG_NEUTRAL) . Is it the same for you? > > Wine console applications output in the OEMCP (i.e. the DOS codepage for the given locale) that is

Re: Add German translation for xcopy

2008-06-11 Thread Rico Schüller
Michael Karcher wrote: > --- > programs/xcopy/De.rc | 79 > > programs/xcopy/rsrc.rc |1 + > 2 files changed, 80 insertions(+), 0 deletions(-) > create mode 100644 programs/xcopy/De.rc > > > --