Hi,

> Norbert Heinzelmann schrieb:
> > Hello,
> >
> > I have the following problem: In the output of the subversion diff or
> > describe window, german umlauts are not showed correctly. Did anybody
> > experience the same behaviour or is there a solution for this problem or
> > is it a bug?
> >
> > The output looks like this:
> >
> > -    openAct = new QAction(QIcon(":/images/open.png"), tr("&�ffnen..."),
> > this);
> > +   openAct = new QAction(QIcon(":/images/open.png"), tr("&�ffnen..."),
> > this);
> >
> > If I do the same thing with the svn tools the output is correct.
> >
> > Regards,
> >
> > Norbert
> >

>Can nobody confirm this problem, or do you need more information?

Qt Creator tries to use the same encoding that was used for a source file when 
showing a diff. You can set this in the project mode under "Editor 
Settings/Encoding". Assuming the setting is correct, could you please specify:

- Platform
- Platform language and encoding (Linux: $LANG-variable)
- Encoding of the project 
- Encoding of the svn output (assuming Linux/Unix): Run diff in on a source 
file 
with Umlauts, redirect to a file and run the 'file' command on it (on Windows, 
cygwin provides a 'file' command)

Thanks,
Friedemann
-- 
Friedemann Kleint
Nokia, Qt Development Frameworks

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to