Bug 77721

Summary: german umlauts handled wrong
Product: [Developer tools] kdevplatform Reporter: hoea
Component: appwizardAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 1.0.0   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

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 ***