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

Albert Liu albert_lew2002 at eyou.com
Fri Oct 10 03:25:07 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     
albert_lew2002 at eyou.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|ianw at netspace.net.au        |



------- Additional Comments From albert_lew2002 at eyou.com  2003-10-10 03:23 -------
I think do the following may fix this bug: 
1. At about line 433 in file kdevelop/parts/appwizard/appwizarddlg.cpp, replace  
"m_cmdline += KShellProcess::quote(author_edit->text());" with  
"m_cmdline +=  KShellProcess::quote(QString::fromLocal8Bit((author_edit->text()).utf8()));"  
(without the quotation marks). 
2. In the function "installHTML" of kdevelop/parts/appwizard/common/kdevelop.pm, replace 
"customizeHTML" with "customize".(at about line 86)




More information about the KDevelop-devel mailing list