[Bug 61031] Author Name doesn't accept special characters

Harald Fernengel harry at kdevelop.org
Thu Jul 10 21:55:04 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=61031     




------- Additional Comments From harry at kdevelop.org  2003-07-10 21:54 -------
The project file is easy to fix, in "parts/appwizard/blah/script" replace the "install()" for the 
.kdevelop file with "installHTML()", that should escape the stuff correctly. 
 
As for the KAboutData: This is not so trivial, needs a special escape, for example "Ingo 
Klöcker" has to be quoted like "Ingo Kl\303\266cker". 
 
Patch is pending, until then the workaround above should hopefully help :)




More information about the KDevelop-devel mailing list