Bug 77721 - german umlauts handled wrong
Summary: german umlauts handled wrong
Status: RESOLVED DUPLICATE of bug 61031
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: appwizard (show other bugs)
Version: 1.0.0
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-15 23:58 UTC by hoea
Modified: 2009-01-22 23:38 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hoea 2004-03-15 23:58:22 UTC
Version:           KDE3.2 (using KDE KDE 3.2.0)
Installed from:    SuSE RPMs
OS:          Linux

create new project (c++/kde/simple qt based)

fill in the autor field with a name including umlauts e.g.
Application name: test123
Autor: August Hörandl

create project and open file test123.cpp or test123.h:
on top (around line 2) it says:
 *   Copyright (C) 2004 by August Hörandl                                  
this is ok, but further down (around line 21) :
Copyright (C) 2004 August Hörandl ....

why are there 2 copyright remarks?
why are they different?
Comment 1 Sascha Cunz 2004-03-16 00:59:58 UTC
Well, took me quite a few moments to find what's wrong here:
This is more than one bug:

a) I think Amilcar forgot to remove some copyright stuff in the template files when he added the general "license"-prefix. This is why the copyright occurs twice.

b) We do need to decide at some time, what encoding generated files are. We cannot put latin1 and UTF8 in a mixed manner into source files.

I'm not really sure: but isn't there a definition what encodings i.e. a C++ file must be in?
Comment 2 Amilcar do Carmo Lucas 2004-03-18 14:57:43 UTC
Coul you retest?
Comment 3 hoea 2004-03-19 07:26:51 UTC
nothing changed (just checked after cvs update & make install) ;-((
Comment 4 Amilcar do Carmo Lucas 2004-07-19 20:17:21 UTC

*** This bug has been marked as a duplicate of 61031 ***